From 95c2632a658d41912f04cf00ee026ac617aea915 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 31 Aug 2004 01:02:34 +0000 Subject: [PATCH] No FILESYS_STUB anymore. --- src/userprog/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userprog/build/Makefile b/src/userprog/build/Makefile index 6c17a00..dd36a9d 100644 --- a/src/userprog/build/Makefile +++ b/src/userprog/build/Makefile @@ -1,5 +1,5 @@ TOP_SRCDIR = ../.. -DEFINES = -DUSERPROG -DFILESYS -DFILESYS_STUB +DEFINES = -DUSERPROG -DFILESYS SOURCES = $(THREADS_SRC) $(DEVICES_SRC) $(LIB_SRC) $(FILESYS_SRC) \ $(USERPROG_SRC) INCLUDES = -I$(TOP_SRCDIR)/threads -I$(TOP_SRCDIR)/devices \ -- 2.30.2