aboutsummaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-01 15:20:17 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-01 15:20:17 +0200
commitf944f887470713b737cfe0bd704fd4c97318754b (patch)
tree90325cefa62dab2a77fdb1e8a1b7fae5f47c56c2 /devices
parentmakefile: clean target shouldn't depend on OBJS (diff)
downloadkernel-f944f887470713b737cfe0bd704fd4c97318754b.tar.xz
makefile: add Makefile.config
Diffstat (limited to 'devices')
-rw-r--r--devices/Makefile2
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