patch-2.4.22 linux-2.4.22/arch/mips/galileo-boards/ev96100/Makefile
Next file: linux-2.4.22/arch/mips/galileo-boards/ev96100/init.c
Previous file: linux-2.4.22/arch/mips/galileo-boards/ev64120/setup.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/galileo-boards/ev96100/Makefile
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/galileo-boards/ev96100/Makefile linux-2.4.22/arch/mips/galileo-boards/ev96100/Makefile
@@ -12,9 +12,10 @@
USE_STANDARD_AS_RULE := true
-O_TARGET:= ev96100.o
+O_TARGET := ev96100.o
-obj-y := init.o pci_ops.o pci_fixups.o time.o irq.o int-handler.o setup.o \
- puts.o
+obj-y := init.o irq.o puts.o reset.o time.o int-handler.o \
+ setup.o
+obj-$(CONFIG_PCI) += pci_fixups.o pci_ops.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)