patch-2.4.0-test9 linux/arch/arm/mach-footbridge/Makefile
Next file: linux/arch/arm/mach-footbridge/arch.c
Previous file: linux/arch/arm/lib/uaccess.S
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Sep 18 15:15:25 2000
- Orig file:
v2.4.0-test8/linux/arch/arm/mach-footbridge/Makefile
- Orig date:
Sun Sep 3 11:19:11 2000
diff -u --recursive --new-file v2.4.0-test8/linux/arch/arm/mach-footbridge/Makefile linux/arch/arm/mach-footbridge/Makefile
@@ -9,7 +9,7 @@
# Object file lists.
-obj-y := #arch.o dma.o mm.o
+obj-y := arch.o #dma.o mm.o
obj-m :=
obj-n :=
obj- :=
@@ -24,13 +24,13 @@
endif
ifeq ($(CONFIG_LEDS),y)
-#obj-$(CONFIG_ARCH_CO285) += ebsa285-leds.o
-#obj-$(CONFIG_ARCH_EBSA285) += ebsa285-leds.o
-#obj-$(CONFIG_ARCH_NETWINDER) += netwinder-leds.o
+obj-$(CONFIG_ARCH_CO285) += ebsa285-leds.o
+obj-$(CONFIG_ARCH_EBSA285) += ebsa285-leds.o
+obj-$(CONFIG_ARCH_NETWINDER) += netwinder-leds.o
endif
-#obj-$(CONFIG_ARCH_CATS) += cats-hw.o
-#obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o
+obj-$(CONFIG_ARCH_CATS) += cats-hw.o
+obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o
# Files that are both resident and modular; remove from modular.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)