examples: Allow compilation of examples on sandbox
The 'standalone' legacy-API examples don't work with sandbox, but the forthcoming ulib ones will. Adjust the !SANDBOX restriction to apply only to the former. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
config EXAMPLES
|
||||
bool "Compile legacy API examples"
|
||||
depends on !SANDBOX
|
||||
default y if ARCH_QEMU_ARM
|
||||
help
|
||||
U-Boot provides an legacy API for standalone applications. Examples
|
||||
@@ -12,6 +11,7 @@ config EXAMPLES
|
||||
|
||||
config EXAMPLES_STANDALONE
|
||||
bool "Compile standalone examples"
|
||||
depends on !SANDBOX
|
||||
depends on EXAMPLES
|
||||
default y
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user