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:
747b2b1
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 9 Apr 2019 02:47:02 +0000
(
03:47
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 9 Apr 2019 02:47:02 +0000
(
03:47
+0100)
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 f5610f586749c9981a2447072fe1d438b5e43b50..151e02b9bde93112dfe8e1b17ce250dbe61e2ab0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-823,6
+823,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