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:
eb1ac90
)
Makefile-add-kwb-target-to-all
author
Vagrant Cascadian
<vagrant@debian.org>
Thu, 10 May 2018 20:24:57 +0000
(21:24 +0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Thu, 10 May 2018 20:24:57 +0000
(21: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 92fcd01fd8353a01ca3b267df189ade7d9e50ad9..90410bb06bc4de8f8a060a5310548bff2c670157 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-807,6
+807,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