projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c72c5
)
fix: cmd: mvebu: Exclude mvebu commands from SPL builds
author
Konstantin Porotchkin
<
[email protected]
>
Wed, 29 Aug 2018 13:34:54 +0000
(16:34 +0300)
committer
Stefan Roese
<
[email protected]
>
Wed, 19 Sep 2018 11:54:14 +0000
(13:54 +0200)
Exclude mvebu commands from SPL builds
Signed-off-by: Konstantin Porotchkin <
[email protected]
>
Cc: Igal Liberman <
[email protected]
>
Cc: Stefan Roese <
[email protected]
>
Signed-off-by: Stefan Roese <
[email protected]
>
cmd/Makefile
patch
|
blob
|
history
diff --git
a/cmd/Makefile
b/cmd/Makefile
index 3487c80455c4a7ccd8b0bb82ae7c30777e6f89af..a61fab6583df4f4a5e0658d46eb6a00df74e42be 100644
(file)
--- a/
cmd/Makefile
+++ b/
cmd/Makefile
@@
-163,12
+163,13
@@
obj-$(CONFIG_CMD_BLOB) += blob.o
obj-$(CONFIG_CMD_AVB) += avb.o
obj-$(CONFIG_X86) += x86/
+
+obj-$(CONFIG_ARCH_MVEBU) += mvebu/
endif # !CONFIG_SPL_BUILD
# core command
obj-y += nvedit.o
-obj-$(CONFIG_ARCH_MVEBU) += mvebu/
obj-$(CONFIG_TI_COMMON_CMD_OPTIONS) += ti/
filechk_data_gz = (echo "static const char data_gz[] ="; cat $< | scripts/bin2c; echo ";")