summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2021-08-09 22:20:32 +0200
committerdzwdz2021-08-09 22:20:32 +0200
commit4165209842edf74bd786f6525a58b7b0bb9790d5 (patch)
treeb1e578f3fd55f2ea759cda5cfa95309ea10b4974 /Makefile
parentab1843f5de80752ba40fb1ea5075eb7e3dad8171 (diff)
implement serial output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31255c8..7d5802c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra
CFLAGS += -mgeneral-regs-only
CFLAGS += -Isrc/
LFLAGS = -ffreestanding -O2 -nostdlib -lgcc
-QFLAGS = -no-reboot
+QFLAGS = -no-reboot -serial stdio
define from_sources
$(patsubst src/%.s,out/obj/%.s.o,$(shell find $(1) -type f -name '*.s')) \