From f2bb044e9e715f05db8df5950ca704976b98174a Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 20 Jun 2012 23:33:23 +0200 Subject: add stub for mmap/munmap + fix build errors in subdirectories --- userprog/Make.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprog/Make.vars') diff --git a/userprog/Make.vars b/userprog/Make.vars index e4dbb08..3541b02 100644 --- a/userprog/Make.vars +++ b/userprog/Make.vars @@ -1,7 +1,7 @@ # -*- makefile -*- kernel.bin: DEFINES = -DUSERPROG -DFILESYS -KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys +KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm TEST_SUBDIRS = tests/userprog tests/userprog/no-vm tests/filesys/base GRADING_FILE = $(SRCDIR)/tests/userprog/Grading SIMULATOR = --qemu -- cgit v1.2.3