aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/Makefile
diff options
context:
space:
mode:
authorTiejun Chen <tiejun.chen@windriver.com>2009-08-22 16:03:44 +0000
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2009-08-31 09:23:22 -0400
commitc5b20d3926dfc9616265b8ff5967cb7a476f9344 (patch)
tree2191e238b75ce013adc7bd5772ba9b4bbcc0bc58 /arch/powerpc/boot/Makefile
parent0484c1df473815020bdce4b46b861395759686e5 (diff)
downloadkernel_samsung_smdk4412-c5b20d3926dfc9616265b8ff5967cb7a476f9344.zip
kernel_samsung_smdk4412-c5b20d3926dfc9616265b8ff5967cb7a476f9344.tar.gz
kernel_samsung_smdk4412-c5b20d3926dfc9616265b8ff5967cb7a476f9344.tar.bz2
powerpc/405ex: support cuImage via included dtb
To support cuImage, we need to initialize the required sections and ensure that it is built. Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r--arch/powerpc/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 5a109a9..7bfc8ad 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -76,7 +76,7 @@ src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c
cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \
virtex405-head.S virtex.c redboot-83xx.c cuboot-sam440ep.c \
- cuboot-acadia.c cuboot-amigaone.c
+ cuboot-acadia.c cuboot-amigaone.c cuboot-kilauea.c
src-boot := $(src-wlib) $(src-plat) empty.c
src-boot := $(addprefix $(obj)/, $(src-boot))