aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-10-15 16:58:45 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-10-15 16:58:45 +0200
commitc943016f54c6b68191def9acd5862dbf12e45b6c (patch)
treefd410c51d17f0c4d3df407f72cdc401c284247ea /Makefile
parent0c0b353572da69a01b7f1b3d940b779ff9fcfb26 (diff)
downloadrpi-MMU-example-c943016f54c6b68191def9acd5862dbf12e45b6c.tar.gz
rpi-MMU-example-c943016f54c6b68191def9acd5862dbf12e45b6c.zip
remove redundand 'qemu-loader' target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7632283..0a10ab6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,6 @@ qemu-elf : kernel.elf
qemu-bin : loader.img kernel7.img pipe_image
./pipe_image | qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $<
-qemu-loader : loader.img
- qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $^
-
pipe_image : pipe_image.c
gcc -Wall -std=gnu99 -O3 $^ -o $@