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
- Lines: 21
- Date:
Fri Dec 29 14:07:24 2000
- Orig file:
v2.4.0-test12/linux/net/irda/compressors/Makefile
- Orig date:
Sun Aug 6 11:23:41 2000
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)