projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576fdd3
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Wed, 14 Nov 2018 21:32:35 +0000
(21:32 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Wed, 14 Nov 2018 21:32:35 +0000
(21:32 +0000)
Add u-boot.kwb to "make all" target on Kirkwood.
Gbp-Pq: Name Makefile-add-kwb-target-to-all.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 45b3c24a6dd78749dc1189af9b39e22dc23a7030..4ed9d2acf43bfe8f313e7ffa87fa646fb7a1b176 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-825,6
+825,7
@@
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
endif
endif
ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
+ALL-$(CONFIG_KIRKWOOD) += u-boot.kwb
ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb
ifeq ($(CONFIG_SPL_FRAMEWORK),y)
ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb.img