summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarakmon <thomastaps194@comcast.net>2018-06-16 19:03:20 -0400
committergarakmon <thomastaps194@comcast.net>2018-06-16 19:03:20 -0400
commit9766108fbc343dec01d3690c1ed8e38daa84d131 (patch)
treeb6ea78a87d7dbef291228f511e2de4d16fd921ad
parent0b574eb01cafb2af8827a4fcb4202146cfa0e84d (diff)
adding agbcc include path
For some reason the headers for agbcc are being installed in tools/agbcc instead of tools/agbcc/include. This is a simple (potentially temporary) workaround.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2afb830cf..1f4514f7b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ ASFLAGS := -mcpu=arm7tdmi
CC1 := tools/agbcc/bin/agbcc
override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm
-CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef
+CPPFLAGS := -I tools/agbcc/include -I tools/agbcc -iquote include -nostdinc -undef
LDFLAGS = -Map ../../$(MAP)