patch-2.4.0-prerelease linux/drivers/isdn/isdnloop/Makefile

Next file: linux/drivers/isdn/pcbit/Makefile
Previous file: linux/drivers/isdn/isdn_net.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/isdn/isdnloop/Makefile linux/drivers/isdn/isdnloop/Makefile
@@ -1,11 +1,14 @@
-L_OBJS :=
-M_OBJS :=
+#
+# Makefile for the isdnloop ISDN device driver
+#
 
-ifeq ($(CONFIG_ISDN_DRV_LOOP),y)
-  L_OBJS += isdnloop.o
-else
-  M_OBJS += isdnloop.o
-endif
+# The target object and module list name.
+
+O_TARGET	:= vmlinux-obj.o
+
+# Each configuration option enables a list of files.
+
+obj-$(CONFIG_ISDN_DRV_LOOP)	+= isdnloop.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)