diff options
| author | Alexander Graf <[email protected]> | 2018-06-18 17:23:03 +0200 |
|---|---|---|
| committer | Alexander Graf <[email protected]> | 2018-07-25 14:57:43 +0200 |
| commit | c034bfab2975f4a02ef20f0e88ac82a451696f79 (patch) | |
| tree | 02a29011f128d45485ed3b28c5c35b3b257d3487 /lib | |
| parent | aa909462d01866354f4cd4534db5f571c2cf1fbb (diff) | |
efi_loader: Disable miniapps on sandbox
In the sandbox environment we can not easily build efi stub binaries
right now, so let's disable the respective test cases for the efi
selftest suite.
Signed-off-by: Alexander Graf <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_selftest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 4fe404d88d8..bf5c8199cbe 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -41,7 +41,7 @@ endif # TODO: As of v2018.01 the relocation code for the EFI application cannot # be built on x86_64. -ifeq ($(CONFIG_X86_64),) +ifeq ($(CONFIG_X86_64)$(CONFIG_SANDBOX),) ifneq ($(CONFIG_CMD_BOOTEFI_SELFTEST),) |
