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:
47cfe34
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Mon, 27 Mar 2017 18:39:51 +0000
(18:39 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Mon, 27 Mar 2017 18:39:51 +0000
(18:39 +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 cfbaf9cb4540467c5f389e815f9858293b75ba51..83ece9531902684f89d5d9e6bfb7ce092dec5d56 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-756,6
+756,7
@@
endif
ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
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