diff options
author | dzwdz | 2021-08-09 22:20:32 +0200 |
---|---|---|
committer | dzwdz | 2021-08-09 22:20:32 +0200 |
commit | 4165209842edf74bd786f6525a58b7b0bb9790d5 (patch) | |
tree | b1e578f3fd55f2ea759cda5cfa95309ea10b4974 /Makefile | |
parent | ab1843f5de80752ba40fb1ea5075eb7e3dad8171 (diff) |
implement serial output
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) \ |