patch-2.3.22 linux/arch/ppc/kernel/Makefile
Next file: linux/arch/ppc/kernel/chrp_setup.c
Previous file: linux/arch/ppc/config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Oct 12 10:00:58 1999
- Orig file:
v2.3.21/linux/arch/ppc/kernel/Makefile
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.21/linux/arch/ppc/kernel/Makefile linux/arch/ppc/kernel/Makefile
@@ -14,7 +14,7 @@
OX_OBJS := ppc_ksyms.o setup.o
KHEAD := head.o
-ifdef CONFIG_PPC_ALL
+ifdef CONFIG_ALL_PPC
CONFIG_PMAC=y
CONFIG_PREP=y
CONFIG_CHRP=y
@@ -65,10 +65,13 @@
else
ifneq ($(CONFIG_8xx),y)
O_OBJS += chrp_setup.o chrp_pci.o chrp_time.o \
- pmac_time.o pmac_support.o pmac_pci.o pmac_setup.o \
+ pmac_time.o pmac_pci.o pmac_setup.o \
prom.o open_pic.o feature.o \
i8259.o pmac_pic.o indirect_pci.o \
gemini_pci.o gemini_prom.o gemini_setup.o
+ifeq ($(CONFIG_NVRAM),y)
+O_OBJS += pmac_support.o
+endif
ifeq ($(CONFIG_PREP), y)
O_OBJS += prep_pci.o prep_setup.o prep_nvram.o prep_time.o residual.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)