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 1269b49481ec..9d7b87778995 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -43,7 +43,7 @@ $(addprefix $(obj)/,$(zlib) main.o): $(addprefix $(obj)/,$(zliblinuxheader)) \ | |||
43 | src-wlib := string.S crt0.S stdio.c main.c flatdevtree.c flatdevtree_misc.c \ | 43 | src-wlib := string.S crt0.S stdio.c main.c flatdevtree.c flatdevtree_misc.c \ |
44 | ns16550.c serial.c simple_alloc.c div64.S util.S \ | 44 | ns16550.c serial.c simple_alloc.c div64.S util.S \ |
45 | gunzip_util.c elf_util.c $(zlib) devtree.c | 45 | gunzip_util.c elf_util.c $(zlib) devtree.c |
46 | src-plat := of.c cuboot-83xx.c | 46 | src-plat := of.c cuboot-83xx.c cuboot-85xx.c |
47 | src-boot := $(src-wlib) $(src-plat) empty.c | 47 | src-boot := $(src-wlib) $(src-plat) empty.c |
48 | 48 | ||
49 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 49 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -163,6 +163,7 @@ $(obj)/uImage: vmlinux $(wrapperbits) | |||
163 | $(call if_changed,wrap,uboot) | 163 | $(call if_changed,wrap,uboot) |
164 | 164 | ||
165 | cuboot-plat-$(CONFIG_83xx) += 83xx | 165 | cuboot-plat-$(CONFIG_83xx) += 83xx |
166 | cuboot-plat-$(CONFIG_85xx) += 85xx | ||
166 | cuboot-plat-y += unknown-platform | 167 | cuboot-plat-y += unknown-platform |
167 | 168 | ||
168 | dts = $(if $(shell echo $(CONFIG_) | grep '^/'),\ | 169 | dts = $(if $(shell echo $(CONFIG_) | grep '^/'),\ |