qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH for semihosting-tests 1/2] semihosting_tests: include


From: Alex Bennée
Subject: [Qemu-arm] [PATCH for semihosting-tests 1/2] semihosting_tests: include a32 and t32 hlt variants in all target
Date: Wed, 10 Jul 2019 14:13:24 +0100

While this would likely be triggered by "make run" we should also
include them in the default "make (all)" build target.

Signed-off-by: Alex Bennée <address@hidden>
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1fea97e..7ad2512 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,9 @@ QEMU_SYSTEM_ARM = 
$(QEMU_BUILDDIR)/arm-softmmu/qemu-system-arm $(SYSGDB)
 QEMU_SYSTEM_AARCH64 = $(QEMU_BUILDDIR)/aarch64-softmmu/qemu-system-aarch64 
$(SYSGDB)
 
 all: usertest-a32 usertest-a64 usertest-t32 \
-       systest-a32.axf systest-t32.axf systest-a64.axf
+       systest-a32.axf systest-t32.axf \
+       systest-a32-hlt.axf systest-t32-hlt.axf \
+       systest-a64.axf
 
 usertest-srcs = usertest.c semihosting.c semicall.S printf/printf.c
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]