X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.build;h=d5ce473e48e01620930369bcf29ae2a94f38c31e;hb=20b178aeeb0e0badfd1676c7cb0db6f46bf00a39;hp=baf4d83d565384926de500522ea71518964a126d;hpb=0a4a89a5cbd48479aa7e225b169d85dc849786ec;p=pintos-anon diff --git a/src/Makefile.build b/src/Makefile.build index baf4d83..d5ce473 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -70,7 +70,7 @@ all: os.dsk threads/intr-stubs.S: threads/intr-stubs.pl threads/loader.h $< > $@ -threads/kernel.lds.s: CPPFLAGS += -P -C +threads/kernel.lds.s: CPPFLAGS += -P threads/kernel.lds.s: threads/kernel.lds.S threads/loader.h kernel.o: threads/kernel.lds.s $(OBJECTS)