patch-2.4.2 linux/drivers/acorn/char/Makefile
Next file: linux/drivers/acorn/char/keyb_arc.c
Previous file: linux/drivers/acorn/block/fd1772.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Feb 8 16:32:44 2001
- Orig file:
v2.4.1/linux/drivers/acorn/char/Makefile
- Orig date:
Mon Sep 18 15:15:21 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/acorn/char/Makefile linux/drivers/acorn/char/Makefile
@@ -11,11 +11,6 @@
O_TARGET := acorn-char.o
-O_OBJS :=
-OX_OBJS :=
-M_OBJS :=
-MX_OBJS :=
-
# Object file lists.
obj-y :=
@@ -37,10 +32,5 @@
# Do the i2c and rtc last
obj-y += $(obj-$(MACHINE))
-
-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)