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 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 8645c45..8f27824 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -include ../${ARCH}/toolchain.mk +include ../Makefile.config CCFLAGS += -I. -I.. -- cgit v1.2.1