Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- arm/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arm/Makefile.common b/arm/Makefile.common index b4174af6b692..1cf9cdcf078e 100644 --- a/arm/Makefile.common +++ b/arm/Makefile.common @@ -20,6 +20,8 @@ tests-common += $(TEST_DIR)/sieve.flat tests-all = $(tests-common) $(tests) all: directories $(tests-all) +$(TEST_DIR)/sieve.elf: AUXFLAGS = 0x1 + ################################################################## phys_base = $(LOADADDR) AUXFLAGS ?= 0x0 -- 2.13.6