X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fkernel%2FMakefile;h=c3b03b6188fc2170da3e7ca448815b9ec574bc7c;hb=1341115471cc16954510b0e67295468f5a32b088;hp=2531070a689ab822fb0c3bceabb38159f8886670;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile index 2531070a6..c3b03b618 100644 --- a/arch/ppc/kernel/Makefile +++ b/arch/ppc/kernel/Makefile @@ -2,6 +2,16 @@ # Makefile for the linux kernel. # +ifdef CONFIG_PPC64BRIDGE +EXTRA_AFLAGS := -Wa,-mppc64bridge +endif +ifdef CONFIG_4xx +EXTRA_AFLAGS := -Wa,-m405 +endif +ifdef CONFIG_E500 +EXTRA_AFLAGS := -Wa,-me500 +endif + extra-$(CONFIG_PPC_STD_MMU) := head.o extra-$(CONFIG_40x) := head_4xx.o extra-$(CONFIG_44x) := head_44x.o