summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-08 21:08:44 -0700
committerTom Rini <trini@konsulko.com>2021-01-16 14:49:09 -0500
commit6ea5df39e8d072fbacc1c99645b8df63923f744d (patch)
tree5c60c1571c7f0d112ce48ab5fc95fcd294814f89 /test
parentef7e264944a21c0a78378bf4d28db5bcacbc5b45 (diff)
downloadu-boot-6ea5df39e8d072fbacc1c99645b8df63923f744d.tar.gz
u-boot-6ea5df39e8d072fbacc1c99645b8df63923f744d.tar.xz
u-boot-6ea5df39e8d072fbacc1c99645b8df63923f744d.zip
test: Only enable bloblist test when supported
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>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d4323f9963..3c7bc8b549 100644
--- 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