summaryrefslogtreecommitdiffstats
path: root/Makefile.build
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index e68e721..4854124 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -62,7 +62,8 @@ userprog_SRC += userprog/gdt.c # GDT initialization.
62userprog_SRC += userprog/tss.c # TSS management. 62userprog_SRC += userprog/tss.c # TSS management.
63 63
64# No virtual memory code yet. 64# No virtual memory code yet.
65vm_SRC = vm/page.c 65vm_SRC = vm/page.c
66vm_SRC += vm/mmap.c
66 67
67# Filesystem code. 68# Filesystem code.
68filesys_SRC = filesys/filesys.c # Filesystem core. 69filesys_SRC = filesys/filesys.c # Filesystem core.