diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-05-24 02:11:51 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-06-11 07:42:34 -0400 |
commit | 8d6bcd6e219f183aba4fb62bb7065a4db772ac49 (patch) | |
tree | f85ab9d93d3edd772840c5207792fe7123eb27ee /arch/powerpc/Makefile | |
parent | 28ffb5d3e0b563be5a9639c3a2b42f1a9430454f (diff) |
[POWERPC] bootwrapper: add simpleImage* to list of boot targets
Without simpleImage% in the BOOT_TARGETS list, it is impossible to
build any of the simpleImages.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 9dcdc036cdf7..86096ccc5914 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -154,7 +154,7 @@ all: zImage | |||
154 | 154 | ||
155 | CPPFLAGS_vmlinux.lds := -Upowerpc | 155 | CPPFLAGS_vmlinux.lds := -Upowerpc |
156 | 156 | ||
157 | BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.% | 157 | BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.% simpleImage.% |
158 | 158 | ||
159 | PHONY += $(BOOT_TARGETS) | 159 | PHONY += $(BOOT_TARGETS) |
160 | 160 | ||