diff options
Diffstat (limited to 'devices/Makefile')
-rw-r--r-- | devices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/Makefile b/devices/Makefile index a73645f..30935c5 100644 --- a/devices/Makefile +++ b/devices/Makefile @@ -1,4 +1,4 @@ -include ../${ARCH}/toolchain.mk +include ../Makefile.config CCFLAGS += -I. -I../${ARCH} -I../lib |