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:
789a225
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Wed, 15 Apr 2020 00:24:39 +0000
(
01:24
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Wed, 15 Apr 2020 00:24:39 +0000
(
01:24
+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 ff123a0503f21c0edc010dfa488dbc2710cde238..32924edb8a1ec9caaf0ddbbc222619d395310567 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-869,6
+869,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