patch-2.3.39 linux/arch/ppc/kernel/Makefile
Next file: linux/arch/ppc/kernel/entry.S
Previous file: linux/arch/ppc/configs/walnut_defconfig
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Jan 10 18:25:05 2000
- Orig file:
v2.3.38/linux/arch/ppc/kernel/Makefile
- Orig date:
Tue Dec 7 09:32:41 1999
diff -u --recursive --new-file v2.3.38/linux/arch/ppc/kernel/Makefile linux/arch/ppc/kernel/Makefile
@@ -57,8 +57,11 @@
O_OBJS += smp.o
endif
-ifeq ($(CONFIG_OAK),y)
- O_OBJS += oak_setup.o
+ifeq ($(CONFIG_4xx),y)
+ O_OBJS += ppc4xx_pic.o
+ ifeq ($(CONFIG_OAK),y)
+ O_OBJS += oak_setup.o
+ endif
endif
ifeq ($(CONFIG_8xx),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)