aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-05 23:35:50 +0000
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-05 23:35:50 +0000
commit17d77ed40b6ddfb21d8001d13ee724b6aa678120 (patch)
treef2dc142a4ca1d73ff1ba8a0845c716dc6e29504f /Makefile
parent346c0c9f4916bfe42108f79478bfddadc0f14cae (diff)
downloadkmi-17d77ed40b6ddfb21d8001d13ee724b6aa678120.tar.gz
kmi-17d77ed40b6ddfb21d8001d13ee724b6aa678120.zip
remove deps.mk from repo
+ GNU make knows how to automatically generate new include files, whereas BSD make apparently doesn't. The solution might be to add in a very simple configure script that just touches deps.mk?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f3eb47..36862a9 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ COMPILER != [ $(LLVM) ] \
KERNEL_SOURCES != echo common/*.c common/uapi/*.c lib/*.c
-CLEANUP := build kernel.* init.* apos.bin
+CLEANUP := build deps.mk kernel.* init.* apos.bin
CLEANUP_CMD :=
INIT_SOURCES :=