diff options
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 12fd57e11fa5..d4f9fef7f9e9 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -45,7 +45,7 @@ src-wlib := string.S crt0.S stdio.c main.c flatdevtree.c flatdevtree_misc.c \ | |||
45 | gunzip_util.c elf_util.c $(zlib) devtree.c \ | 45 | gunzip_util.c elf_util.c $(zlib) devtree.c \ |
46 | 44x.c ebony.c mv64x60.c mpsc.c mv64x60_i2c.c | 46 | 44x.c ebony.c mv64x60.c mpsc.c mv64x60_i2c.c |
47 | src-plat := of.c cuboot-83xx.c cuboot-85xx.c holly.c \ | 47 | src-plat := of.c cuboot-83xx.c cuboot-85xx.c holly.c \ |
48 | cuboot-ebony.c treeboot-ebony.c | 48 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c |
49 | src-boot := $(src-wlib) $(src-plat) empty.c | 49 | src-boot := $(src-wlib) $(src-plat) empty.c |
50 | 50 | ||
51 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 51 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -132,6 +132,7 @@ image-$(CONFIG_PPC_CHRP) += zImage.chrp | |||
132 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp | 132 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp |
133 | image-$(CONFIG_PPC_PMAC) += zImage.pmac | 133 | image-$(CONFIG_PPC_PMAC) += zImage.pmac |
134 | image-$(CONFIG_PPC_HOLLY) += zImage.holly-elf | 134 | image-$(CONFIG_PPC_HOLLY) += zImage.holly-elf |
135 | image-$(CONFIG_PPC_PRPMC2800) += zImage.prpmc2800 | ||
135 | image-$(CONFIG_DEFAULT_UIMAGE) += uImage | 136 | image-$(CONFIG_DEFAULT_UIMAGE) += uImage |
136 | 137 | ||
137 | ifneq ($(CONFIG_DEVICE_TREE),"") | 138 | ifneq ($(CONFIG_DEVICE_TREE),"") |