summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-29 17:37:05 -0400
committerstefan <stefan@s00.xyz>2023-04-29 17:37:05 -0400
commit2a20e3596a446df55cfe4b34b45b4cd8eae594db (patch)
treed64632a8d804a9af9b1cbda49bb9f8d763d93719 /sys/Makefile
parenta3c174ee4c08d1d5e7a89ce187f52e3c0807a7eb (diff)
downloadsv-2a20e3596a446df55cfe4b34b45b4cd8eae594db.tar.gz
some work on paging
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\