From 80d78c5589d42f81b04e671b28c103a2112458d1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 Oct 2023 13:16:25 +0200 Subject: move common stuff to core + Might have to come up with a better name, but works for now --- triscv/scripts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'triscv/scripts/makefile') diff --git a/triscv/scripts/makefile b/triscv/scripts/makefile index 50510f8..ff8b185 100644 --- a/triscv/scripts/makefile +++ b/triscv/scripts/makefile @@ -41,7 +41,7 @@ WARNFLAGS = -Wall -Wextra COMPILE_FLAGS = $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(OBFLAGS) $(ASSERTFLAGS) \ $(DEBUGFLAGS) -INCLUDE_FLAGS = -I include -I ../core -I deps/utf9 +INCLUDE_FLAGS = -I include -I ../core -I ../utf9 # This makes sure .bss is loaded into the binary OBJCOPY_FLAGS ?= -Obinary -R .garbage \ -- cgit v1.3