diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 15:20:17 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 15:20:17 +0200 |
commit | f944f887470713b737cfe0bd704fd4c97318754b (patch) | |
tree | 90325cefa62dab2a77fdb1e8a1b7fae5f47c56c2 /devices/Makefile | |
parent | makefile: clean target shouldn't depend on OBJS (diff) | |
download | kernel-f944f887470713b737cfe0bd704fd4c97318754b.tar.xz |
makefile: add Makefile.config
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 |