summaryrefslogtreecommitdiffstats
path: root/Makefile.build
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index e997d27..e68e721 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -62,7 +62,7 @@ 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.
65#vm_SRC = vm/file.c # Some file. 65vm_SRC = vm/page.c
66 66
67# Filesystem code. 67# Filesystem code.
68filesys_SRC = filesys/filesys.c # Filesystem core. 68filesys_SRC = filesys/filesys.c # Filesystem core.