summaryrefslogtreecommitdiffhomepage
path: root/src/arm64/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm64/makefile')
-rw-r--r--src/arm64/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm64/makefile b/src/arm64/makefile
index 9460b98..ce9eb8b 100644
--- a/src/arm64/makefile
+++ b/src/arm64/makefile
@@ -52,7 +52,7 @@ firmware-compile:
$(CC) $(FLAGS) $(C_SRC)
$(AS) arm64-start-context.S -o arm64-start-context.o
$(AS) arm64-boot.S -o arm64-boot.o
-
+
# launch qemu rule
.PHONY: run