aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-10-15 17:00:30 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-10-15 17:00:30 +0200
commit1e7a473c66acc37f25420f17e1f26a3ffbaa0439 (patch)
treefd8bffd125b8db155b2835fb3818e743acefa6e1 /Makefile
parentc943016f54c6b68191def9acd5862dbf12e45b6c (diff)
downloadrpi-MMU-example-1e7a473c66acc37f25420f17e1f26a3ffbaa0439.tar.gz
rpi-MMU-example-1e7a473c66acc37f25420f17e1f26a3ffbaa0439.zip
make sure qemu-bin command works even with loader compiled for other load address than qemu uses
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a10ab6..4c3567e 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ loader.img : loader.elf
qemu-elf : kernel.elf
qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $^
-qemu-bin : loader.img kernel7.img pipe_image
+qemu-bin : loader.elf kernel7.img pipe_image
./pipe_image | qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $<
pipe_image : pipe_image.c