From 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 27 Mar 2012 11:51:08 +0200 Subject: reorganize file structure to match the upstream requirements --- pintos-progos/intro/Make.vars | 7 ------- pintos-progos/intro/Makefile | 1 - 2 files changed, 8 deletions(-) delete mode 100644 pintos-progos/intro/Make.vars delete mode 100644 pintos-progos/intro/Makefile (limited to 'pintos-progos/intro') 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 @@ -# -*- makefile -*- - -kernel.bin: DEFINES = -DUSERPROG -DFILESYS -KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys $(KERNEL_TESTS) -KERNEL_TESTS = tests/intro/alarm-clock -TEST_SUBDIRS = tests/intro/alarm-clock tests/intro/userprog-args -GRADING_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 @@ -include ../Makefile.kernel -- cgit v1.2.3