summaryrefslogtreecommitdiffstats
path: root/pintos-progos/intro
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/intro')
-rw-r--r--pintos-progos/intro/Make.vars7
-rw-r--r--pintos-progos/intro/Makefile1
2 files changed, 0 insertions, 8 deletions
diff --git a/pintos-progos/intro/Make.vars b/pintos-progos/intro/Make.vars
deleted file mode 100644
index c612275..0000000
--- a/pintos-progos/intro/Make.vars
+++ /dev/null
@@ -1,7 +0,0 @@
1# -*- makefile -*-
2
3kernel.bin: DEFINES = -DUSERPROG -DFILESYS
4KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys $(KERNEL_TESTS)
5KERNEL_TESTS = tests/intro/alarm-clock
6TEST_SUBDIRS = tests/intro/alarm-clock tests/intro/userprog-args
7GRADING_FILE = $(SRCDIR)/tests/intro/Grading
diff --git a/pintos-progos/intro/Makefile b/pintos-progos/intro/Makefile
deleted file mode 100644
index 34c10aa..0000000
--- a/pintos-progos/intro/Makefile
+++ /dev/null
@@ -1 +0,0 @@
1include ../Makefile.kernel