summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 970809f..3376c79 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -12,6 +12,7 @@ SRC=\
sys/init.c\
sys/printf.c\
sys/mm/kalloc.c\
+ sys/vm/vm.c\
sys/smp/spinlock.c\
dev/dev_init.c\