Use runtime options instead of conditional compilation for MLFQS,
[pintos-anon] / src / Makefile.build
index df3877705db29ff9deb09bf13f2e8c1d11d18abe..e124011ac646210885fc7c311080ede3e6bfd3d3 100644 (file)
@@ -7,8 +7,7 @@ VPATH = ../..
 
 # Compiler and assembler options.
 DEFINES += -DKERNEL
-CPPFLAGS = -nostdinc -I../.. -I- -I../../lib -I../../lib/kernel        \
-          -include constants.h
+CPPFLAGS = -nostdinc -I../.. -I- -I../../lib -I../../lib/kernel
 
 # Core kernel.
 threads_SRC  = threads/init.c          # Main program.