Add -include constants.h.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 22 Sep 2004 00:27:40 +0000 (00:27 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 22 Sep 2004 00:27:40 +0000 (00:27 +0000)
src/tests/userprog/Makefile

index 3b35616d6bae0eded022f8dfb347ae144477cb06..eac2f2df156dc9e0c139bde3367324c251a09e13 100644 (file)
@@ -12,7 +12,8 @@ LDLIBS = $(shell $(CC) -print-libgcc-file-name)
 VPATH = ../..
 
 DEFINES = -DUSER
-CPPFLAGS = -nostdinc -I../.. -I- -I../../lib -I../../lib/user
+CPPFLAGS = -nostdinc -I../.. -I- -I../../lib -I../../lib/user \
+          -include constants.h
 
 # C library sources linked into every test program.
 LIB_SRC  = lib/debug.c                 # Debug code.