aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2020-01-16 18:57:28 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2020-01-16 18:57:28 +0100
commit4e4976b8c35e1a4f113962fec5f9bd797d3799e1 (patch)
tree0a0dd29c70eb94f2a75bf1a3ce0d341db5acf058 /build
parentee69b4a7bb3fcbf85b170e57a81d40199eb2583e (diff)
downloadrpi-MMU-example-4e4976b8c35e1a4f113962fec5f9bd797d3799e1.tar.gz
rpi-MMU-example-4e4976b8c35e1a4f113962fec5f9bd797d3799e1.zip
mark qemu-loader and run-on-pi as PHONY targets
Diffstat (limited to 'build')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 75cfd6e..53f8c98 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -103,4 +103,4 @@ run-on-rpi : kernel.img pipe_image
clean :
-rm -f *.img *.elf *.o pipe_image makefs
-.PHONY: all qemu-elf qemu-bin clean
+.PHONY: all qemu-elf qemu-bin qemu-loader run-on-rpi clean