diff options
| author | manuel <manuel@mausz.at> | 2012-06-20 23:33:23 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2012-06-20 23:33:23 +0200 |
| commit | f2bb044e9e715f05db8df5950ca704976b98174a (patch) | |
| tree | 4bb716fdde87ad38a0c83f5ef18d5436dbf85648 /filesys/Make.vars | |
| parent | abd273ce0a9ae9267f8b0a144ea9b56d8912f9b5 (diff) | |
| download | progos-f2bb044e9e715f05db8df5950ca704976b98174a.tar.gz progos-f2bb044e9e715f05db8df5950ca704976b98174a.tar.bz2 progos-f2bb044e9e715f05db8df5950ca704976b98174a.zip | |
add stub for mmap/munmap + fix build errors in subdirectories
Diffstat (limited to 'filesys/Make.vars')
| -rw-r--r-- | filesys/Make.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesys/Make.vars b/filesys/Make.vars index b3aa005..68d66b8 100644 --- a/filesys/Make.vars +++ b/filesys/Make.vars | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # -*- makefile -*- | 1 | # -*- makefile -*- |
| 2 | 2 | ||
| 3 | kernel.bin: DEFINES = -DUSERPROG -DFILESYS | 3 | kernel.bin: DEFINES = -DUSERPROG -DFILESYS |
| 4 | KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys | 4 | KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm |
| 5 | TEST_SUBDIRS = tests/userprog tests/filesys/base tests/filesys/extended | 5 | TEST_SUBDIRS = tests/userprog tests/filesys/base tests/filesys/extended |
| 6 | GRADING_FILE = $(SRCDIR)/tests/filesys/Grading.no-vm | 6 | GRADING_FILE = $(SRCDIR)/tests/filesys/Grading.no-vm |
| 7 | SIMULATOR = --qemu | 7 | SIMULATOR = --qemu |
