X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.userprog;h=29bdcf8b73f1306f250123310588ad982c54dc5d;hb=059da604af2d69cf3a765df3d63db693edf51d3b;hp=4cdf078ab9898f36ccbdec5835692b7a8c1c71b4;hpb=4d4065366785163248112abe34ac9a1ecd4b08b5;p=pintos-anon diff --git a/src/Makefile.userprog b/src/Makefile.userprog index 4cdf078..29bdcf8 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -6,8 +6,8 @@ SHELL = /bin/sh VPATH = $(SRCDIR) -DEFINES = -DUSER -CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user +DEFINES = -DPINTOS -DUSER +CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user -I. # Linker flags. LDFLAGS = -nostdlib -static -s