diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-21 23:10:36 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-01-21 23:10:36 +0200 |
| commit | a152fbd956cc9cb9c05a233abe004ba3d12767a0 (patch) | |
| tree | 458a7812ae3c4d5c4999d7f9650e2ee1c05c9ba6 /tasm/scripts | |
| parent | 910ad02d86672cc3020cc5df0fa451ef4dd69bfd (diff) | |
| download | tri-a152fbd956cc9cb9c05a233abe004ba3d12767a0.tar.gz tri-a152fbd956cc9cb9c05a233abe004ba3d12767a0.zip | |
start working on virtual memory
Diffstat (limited to 'tasm/scripts')
| -rw-r--r-- | tasm/scripts/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
