]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Only enable bloblist test when supported
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2020 04:08:44 +0000 (21:08 -0700)
committerTom 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

index d4323f99634fa182381eac8266a5f260565fb451..3c7bc8b549f025a42203af46d7f31b68f2abfb20 100644 (file)
@@ -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