From: Luke Kenneth Casson Leighton Date: Sun, 7 Jun 2020 13:22:50 +0000 (+0100) Subject: add make clean target to qemu_test Makefile X-Git-Tag: div_pipeline~501 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83559a424435245412ca1a1fb4000f8283395732;p=soc.git add make clean target to qemu_test Makefile --- diff --git a/src/soc/simulator/qemu_test/Makefile b/src/soc/simulator/qemu_test/Makefile index 8c258b6f..88833cd4 100644 --- a/src/soc/simulator/qemu_test/Makefile +++ b/src/soc/simulator/qemu_test/Makefile @@ -5,6 +5,9 @@ AFLAGS=-mpwr9 all: kernel.bin +clean: + rm *.o *.elf *.bin + kernel.elf: test.o $(TOOLCHAIN)-ld $^ -o $@ -T memmap