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:
3a8beeb
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 5 Dec 2017 23:43:23 +0000
(23:43 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 5 Dec 2017 23:43:23 +0000
(23:43 +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 0d2cf737fbeb69267b6eeaa42fb140faf422878e..e0035bcaf602d6f3ca8ce454251e2a5416f22ac4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-784,6
+784,7
@@
else
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
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