From da01dde1f9b82abe3858dd9249bc8f9f73cee0b5 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Sat, 2 Jan 2016 23:12:30 +0000 Subject: [PATCH] Makefile: typo leftover from avr port. --- ports/arm/platforms/qemu_integratorcp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/arm/platforms/qemu_integratorcp/Makefile b/ports/arm/platforms/qemu_integratorcp/Makefile index ef8daad..d60c4b8 100644 --- a/ports/arm/platforms/qemu_integratorcp/Makefile +++ b/ports/arm/platforms/qemu_integratorcp/Makefile @@ -126,7 +126,7 @@ doxygen: doxygen ../../Doxyfile doxygen ./Doxyfile -# Run tests within simavr simulator +# Run tests within QEMU simulator phony_qemu_elfs = $(addsuffix .sim, $(TEST_ELFS)) qemutests: $(phony_qemu_elfs) .PHONY: qemutests $(phony_qemu_elfs)