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 --- intro/Make.vars | 7 +++++++ intro/Makefile | 1 + 2 files changed, 8 insertions(+) create mode 100644 intro/Make.vars create mode 100644 intro/Makefile (limited to 'intro') diff --git a/intro/Make.vars b/intro/Make.vars new file mode 100644 index 0000000..c612275 --- /dev/null +++ b/intro/Make.vars @@ -0,0 +1,7 @@ +# -*- 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/intro/Makefile b/intro/Makefile new file mode 100644 index 0000000..34c10aa --- /dev/null +++ b/intro/Makefile @@ -0,0 +1 @@ +include ../Makefile.kernel -- cgit v1.2.3