From f944f887470713b737cfe0bd704fd4c97318754b Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 1 Nov 2022 15:20:17 +0200 Subject: makefile: add Makefile.config --- devices/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devices/Makefile') 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 -- cgit v1.2.1