diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-15 16:58:45 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-15 16:58:45 +0200 |
commit | c943016f54c6b68191def9acd5862dbf12e45b6c (patch) | |
tree | fd410c51d17f0c4d3df407f72cdc401c284247ea /Makefile | |
parent | 0c0b353572da69a01b7f1b3d940b779ff9fcfb26 (diff) | |
download | rpi-MMU-example-c943016f54c6b68191def9acd5862dbf12e45b6c.tar.gz rpi-MMU-example-c943016f54c6b68191def9acd5862dbf12e45b6c.zip |
remove redundand 'qemu-loader' target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 $@ |