aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r--arch/powerpc/boot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 6d1935a06ee1..a90baa3aff23 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -51,7 +51,8 @@ src-wlib := string.S crt0.S stdio.c main.c flatdevtree.c flatdevtree_misc.c \
51src-plat := of.c cuboot-52xx.c cuboot-83xx.c cuboot-85xx.c holly.c \ 51src-plat := of.c cuboot-52xx.c cuboot-83xx.c cuboot-85xx.c holly.c \
52 cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ 52 cuboot-ebony.c treeboot-ebony.c prpmc2800.c \
53 ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ 53 ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \
54 cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c 54 cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c \
55 fixed-head.S ep88xc.c
55src-boot := $(src-wlib) $(src-plat) empty.c 56src-boot := $(src-wlib) $(src-plat) empty.c
56 57
57src-boot := $(addprefix $(obj)/, $(src-boot)) 58src-boot := $(addprefix $(obj)/, $(src-boot))
@@ -144,6 +145,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage
144 145
145ifneq ($(CONFIG_DEVICE_TREE),"") 146ifneq ($(CONFIG_DEVICE_TREE),"")
146image-$(CONFIG_PPC_8xx) += cuImage.8xx 147image-$(CONFIG_PPC_8xx) += cuImage.8xx
148image-$(CONFIG_PPC_EP88XC) += zImage.ep88xc
147image-$(CONFIG_8260) += cuImage.pq2 149image-$(CONFIG_8260) += cuImage.pq2
148image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx 150image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx
149image-$(CONFIG_PPC_83xx) += cuImage.83xx 151image-$(CONFIG_PPC_83xx) += cuImage.83xx