projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ffb5d
)
[POWERPC] bootwrapper: add simpleImage* to list of boot targets
author
Grant Likely
<grant.likely@secretlab.ca>
Sat, 24 May 2008 06:11:51 +0000
(16:11 +1000)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Wed, 11 Jun 2008 11:42:34 +0000
(07:42 -0400)
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>
arch/powerpc/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/Makefile
b/arch/powerpc/Makefile
index
9dcdc03
..
86096cc
100644
(file)
--- a/
arch/powerpc/Makefile
+++ b/
arch/powerpc/Makefile
@@
-154,7
+154,7
@@
all: zImage
CPPFLAGS_vmlinux.lds := -Upowerpc
-BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.%
+BOOT_TARGETS = zImage zImage.initrd uImage zImage% dtbImage% treeImage.% cuImage.%
simpleImage.%
PHONY += $(BOOT_TARGETS)