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:
4f4a476
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Mon, 2 Apr 2018 01:20:06 +0000
(
02:20
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Mon, 2 Apr 2018 01:20:06 +0000
(
02:20
+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 afdea537d125366bba393a850cfd56c5a9609c01..535c84f9e06898171e0f1dc9a9100673c1df503f 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