patch-2.4.19 linux-2.4.19/arch/mips/ite-boards/generic/Makefile

Next file: linux-2.4.19/arch/mips/ite-boards/generic/int-handler.S
Previous file: linux-2.4.19/arch/mips/hp-lj/utils.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/ite-boards/generic/Makefile linux-2.4.19/arch/mips/ite-boards/generic/Makefile
@@ -21,16 +21,8 @@
 
 obj-y := it8172_rtc.o it8172_setup.o irq.o int-handler.o pmon_prom.o time.o lpc.o puts.o reset.o
 
-ifdef CONFIG_PCI
-obj-y += it8172_pci.o
-endif
-
-ifdef CONFIG_IT8172_CIR
-obj-y += it8172_cir.o 
-endif
-
-ifdef CONFIG_REMOTE_DEBUG
- obj-y += dbg_io.o             
-endif
+obj-$(CONFIG_PCI) += it8172_pci.o
+obj-$(CONFIG_IT8172_CIR) += it8172_cir.o 
+obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.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)