patch-2.3.43 linux/arch/ppc/kernel/Makefile
Next file: linux/arch/ppc/kernel/apus_setup.c
Previous file: linux/arch/ppc/defconfig
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Wed Feb 9 19:43:47 2000
- Orig file:
v2.3.42/linux/arch/ppc/kernel/Makefile
- Orig date:
Tue Jan 11 22:31:37 2000
diff -u --recursive --new-file v2.3.42/linux/arch/ppc/kernel/Makefile linux/arch/ppc/kernel/Makefile
@@ -38,7 +38,7 @@
endif
ifdef CONFIG_PCI
-O_OBJS += pci.o
+O_OBJS += pci.o pci-dma.o
endif
ifdef CONFIG_KGDB
@@ -59,8 +59,16 @@
ifeq ($(CONFIG_4xx),y)
O_OBJS += ppc4xx_pic.o
- ifeq ($(CONFIG_OAK),y)
- O_OBJS += oak_setup.o
+endif
+
+ifeq ($(CONFIG_OAK),y)
+ O_OBJS += oak_setup.o
+endif
+
+ifeq ($(CONFIG_WALNUT),y)
+ O_OBJS += walnut_setup.o
+ ifeq ($(CONFIG_PCI),y)
+ O_OBJS += galaxy_pci.o
endif
endif
@@ -81,6 +89,9 @@
O_OBJS += pmac_nvram.o
endif
ifeq ($(CONFIG_6xx),y)
+ O_OBJS += open_pic.o indirect_pci.o
+endif
+ifeq ($(CONFIG_PPC64),y)
O_OBJS += open_pic.o indirect_pci.o
endif
ifeq ($(CONFIG_APUS),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)