patch-2.4.0-prerelease linux/net/irda/compressors/Makefile

Next file: linux/net/irda/ircomm/Makefile
Previous file: linux/net/irda/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/net/irda/compressors/Makefile linux/net/irda/compressors/Makefile
@@ -8,16 +8,11 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET :=
-O_OBJS	 := 
-M_OBJS   := 
 
-ifeq ($(CONFIG_IRDA_DEFLATE),y)
-O_OBJS += irda_deflate.o
-else
-  ifeq ($(CONFIG_IRDA_DEFLATE),m)
-  M_OBJS += irda_deflate.o
-  endif
-endif
+obj-y := 
+obj-m := 
+
+obj-$(CONFIG_IRDA_DEFLATE) += irda_deflate.o
 
 include $(TOPDIR)/Rules.make
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)