patch-2.4.0-test2 linux/arch/ppc/Makefile
Next file: linux/arch/ppc/boot/Makefile
Previous file: linux/arch/ppc/8xx_io/uart.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Mon Jun 19 17:59:35 2000
- Orig file:
v2.4.0-test1/linux/arch/ppc/Makefile
- Orig date:
Thu May 11 15:30:06 2000
diff -u --recursive --new-file v2.4.0-test1/linux/arch/ppc/Makefile linux/arch/ppc/Makefile
@@ -34,8 +34,8 @@
CFLAGS := $(CFLAGS) -mcpu=860 -I../8xx_io
endif
-ifdef CONFIG_PPC64
-CFLAGS := $(CFLAGS) -Wa,-mppc64bridge #-mpowerpc64
+ifdef CONFIG_PPC64BRIDGE
+CFLAGS := $(CFLAGS) -Wa,-mppc64bridge
endif
ifdef CONFIG_4xx
@@ -128,7 +128,7 @@
endif
endif
-ifdef CONFIG_PPC64
+ifdef CONFIG_PPC64BRIDGE
$(BOOT_TARGETS): $(CHECKS) vmlinux
@$(MAKECOFFBOOT) $@
@$(MAKEBOOT) $@
@@ -171,6 +171,18 @@
walnut_config: clean_config
cp -f arch/ppc/configs/walnut_defconfig arch/ppc/defconfig
+
+rpxlite_config: clean_config
+ cp -f arch/ppc/configs/rpxlite_defconfig arch/ppc/defconfig
+
+rpxcllf_config: clean_config
+ cp -f arch/ppc/configs/rpxcllf_defconfig arch/ppc/defconfig
+
+bseip_config: clean_config
+ cp -f arch/ppc/configs/bseip_defconfig arch/ppc/defconfig
+
+est8260_config: clean_config
+ cp -f arch/ppc/configs/est8260_defconfig arch/ppc/defconfig
archclean:
rm -f arch/ppc/kernel/{mk_defs,ppc_defs.h,find_name,checks}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)