aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@