test: test/bloblist.c depends on asm/state.h
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 31 Oct 2020 07:38:06 +0000 (08:38 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commitc961b1b594df3a9099afb425d46e820e07dfc315
treea9458055c4edc0758b744a0a8a0e5a4734d869b3
parent690079767803c7406062dc074bbb1f8f0ff37fa0
test: test/bloblist.c depends on asm/state.h

Building test/bloblist.c fails for non sandbox devices:

test/bloblist.c:10:10: fatal error: asm/state.h: No such file or directory
 #include <asm/state.h>
          ^~~~~~~~~~~~~

Build the test only on the sandbox.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/Makefile