From 9766108fbc343dec01d3690c1ed8e38daa84d131 Mon Sep 17 00:00:00 2001 From: garakmon Date: Sat, 16 Jun 2018 19:03:20 -0400 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2afb830cf3..1f4514f7b1 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)