diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-09-24 08:32:15 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-03 08:10:55 -0400 |
commit | 2e71cc0d51d8f0dd4532d88c8fffccc08ba7ecdb (patch) | |
tree | 4d4e3109879e96284e6386b34250d3f25aa66ff9 /arch/powerpc/boot/Makefile | |
parent | 1ad749980a5fda46f7ec920d8409ddcc89b38714 (diff) |
[POWERPC] 4xx: Fix Walnut wrapper compile errors
Pass the appropriate -mcpu flag to the treeboot-walnut.o object to prevent
some toolchains from erroring out with unknown opcodes
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index a6bba9a69e66..53fd8e6a4e3b 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -33,6 +33,7 @@ BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) | |||
33 | 33 | ||
34 | $(obj)/4xx.o: BOOTCFLAGS += -mcpu=440 | 34 | $(obj)/4xx.o: BOOTCFLAGS += -mcpu=440 |
35 | $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 | 35 | $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 |
36 | $(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 | ||
36 | 37 | ||
37 | zlib := inffast.c inflate.c inftrees.c | 38 | zlib := inffast.c inflate.c inftrees.c |
38 | zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h | 39 | zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h |