X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2FMakefile;h=e8b93926d7d9fd0c7ed7f89252791a21139b7d85;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=53dd5640d3a61d625822dc6db71bb9e674cfea01;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index 53dd5640d..e8b93926d 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile @@ -42,6 +42,9 @@ cpu-as-$(CONFIG_E500) += -Wa,-me500 AFLAGS += $(cpu-as-y) CFLAGS += $(cpu-as-y) +# Default to the common case. +KBUILD_DEFCONFIG := common_defconfig + head-y := arch/ppc/kernel/head.o head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o head-$(CONFIG_4xx) := arch/ppc/kernel/head_4xx.o @@ -68,7 +71,7 @@ BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm .PHONY: $(BOOT_TARGETS) -all: zImage +all: uImage zImage CPPFLAGS_vmlinux.lds := -Upowerpc