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:
ef7e264
)
test: Only enable bloblist test when supported
author
Simon Glass
<sjg@chromium.org>
Mon, 9 Nov 2020 04:08:44 +0000
(21:08 -0700)
committer
Tom Rini
<trini@konsulko.com>
Sat, 16 Jan 2021 19:49:09 +0000
(14:49 -0500)
This test cannot work unless CONFIG_BLOBLIST is enabled. Update it to add
that condition.
Reported-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index d4323f99634fa182381eac8266a5f260565fb451..3c7bc8b549f025a42203af46d7f31b68f2abfb20 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-2,7
+2,7
@@
#
# (C) Copyright 2012 The Chromium Authors
-ifneq ($(CONFIG_
SANDBOX
),)
+ifneq ($(CONFIG_
$(SPL_)BLOBLIST
),)
obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
endif
obj-$(CONFIG_$(SPL_)CMDLINE) += bootm.o