patch-2.4.0-prerelease linux/drivers/telephony/Makefile
Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/ymf_sb.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/drivers/telephony/Makefile
- Orig date:
Sun Oct 8 10:50:30 2000
diff -u --recursive --new-file v2.4.0-test12/linux/drivers/telephony/Makefile linux/drivers/telephony/Makefile
@@ -6,10 +6,6 @@
# unless it's something special (ie not a .c file).
#
-SUB_DIRS :=
-MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS)
-
obj-y :=
obj-n :=
obj-m :=
@@ -20,10 +16,6 @@
obj-$(CONFIG_PHONE_IXJ) += ixj.o
O_TARGET := telephony.o
-O_OBJS := $(filter-out $(export-objs), $(obj-y))
-OX_OBJS := $(filter $(export-objs), $(obj-y))
-M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
-MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
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)