aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fbb0aa..7632283 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ loader_stage2_embeddable.o : loader_stage2.img
loader_stage1.o : loader_stage1.c
arm-none-eabi-gcc $(CFLAGS) -c $^ -o $@
-loader.elf : boot.o loader_stage1.o uart.o loader_stage2_embeddable.o
+loader.elf : boot.o loader_stage1.o loader_stage2_embeddable.o
arm-none-eabi-gcc -T loader_stage1.ld -o $@ -ffreestanding -O2 -nostdlib $^ -lgcc
loader.img : loader.elf