From a152fbd956cc9cb9c05a233abe004ba3d12767a0 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 21 Jan 2024 23:10:36 +0200 Subject: start working on virtual memory --- tasm/scripts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasm/scripts/makefile') diff --git a/tasm/scripts/makefile b/tasm/scripts/makefile index 5c87c98..cb7108f 100644 --- a/tasm/scripts/makefile +++ b/tasm/scripts/makefile @@ -41,7 +41,7 @@ WARNFLAGS = -Wall -Wextra COMPILE_FLAGS = $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(OBFLAGS) $(ASSERTFLAGS) \ $(DEBUGFLAGS) -INCLUDE_FLAGS = -I include -I ../core +INCLUDE_FLAGS = -I include -I ../core -I ../triscv/include # This makes sure .bss is loaded into the binary OBJCOPY_FLAGS ?= -Obinary -R .garbage \ -- cgit v1.3