patch-2.4.2 linux/arch/arm/mach-sa1100/Makefile
Next file: linux/arch/arm/mach-sa1100/hw.c
Previous file: linux/arch/arm/lib/io-writesw-armv4.S
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Feb 8 16:32:44 2001
- Orig file:
v2.4.1/linux/arch/arm/mach-sa1100/Makefile
- Orig date:
Mon Sep 18 15:15:25 2000
diff -u --recursive --new-file v2.4.1/linux/arch/arm/mach-sa1100/Makefile linux/arch/arm/mach-sa1100/Makefile
@@ -20,15 +20,4 @@
obj-$(CONFIG_LEDS) += leds.o
-# Files that are both resident and modular; remove from modular.
-
-obj-m := $(filter-out $(obj-y), $(obj-m))
-
-# Translate to Rules.make lists.
-
-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)