git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504fb66
)
test: Allow CONFIG_SPL_LOAD_FIT to be disabled
author
Simon Glass
<sjg@chromium.org>
Mon, 5 Jul 2021 22:32:41 +0000
(16:32 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000
(10:27 -0600)
At present if this is not enabled on a sandbox build, the build fails. Add
a condition to avoid this.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
a26e915
..
117839e
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-3,7
+3,9
@@
# (C) Copyright 2012 The Chromium Authors
obj-y += test-main.o
+ifdef CONFIG_SPL_LOAD_FIT
obj-$(CONFIG_SANDBOX) += image/
+endif
ifneq ($(CONFIG_$(SPL_)BLOBLIST),)
obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o