From 4165209842edf74bd786f6525a58b7b0bb9790d5 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 9 Aug 2021 22:20:32 +0200 Subject: implement serial output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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')) \ -- cgit v1.2.3