summaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-03-29 01:41:50 +0000
committerAda Christine <adachristine18@gmail.com>2021-03-29 01:41:50 +0000
commit42c6af83ec7e26983f1ecdefc81ea481a2354cb4 (patch)
treea096824a181eff4874e7840d148f3e5a06e3a5df /kernel/Makefile
parent56ec6c782455f7d8e4560d30ad6d2c3e1cd2738f (diff)
don't echo command spam
move common files to new source add VPATH to loader and kernel makefiles for common source
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index b51532e..7835041 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -1,5 +1,7 @@
include ../defaults.mk
+VPATH := ../lib
+
TARGET := kernel.os
.DEFAULT: $(TARGET)