X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.build;h=d4c6d659d0afc5af2da03dbe67751d10beff0324;hb=75142e1bf85724559ea23b3ebffd8bd0c2da9ec1;hp=d5ce473e48e01620930369bcf29ae2a94f38c31e;hpb=d5567cf488e91ac6f6bf10cd8c0d44b58213a6e6;p=pintos-anon diff --git a/src/Makefile.build b/src/Makefile.build index d5ce473..d4c6d65 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -67,9 +67,6 @@ DEPENDS = $(patsubst %.o,%.d,$(OBJECTS)) all: os.dsk -threads/intr-stubs.S: threads/intr-stubs.pl threads/loader.h - $< > $@ - threads/kernel.lds.s: CPPFLAGS += -P threads/kernel.lds.s: threads/kernel.lds.S threads/loader.h @@ -92,7 +89,7 @@ os.dsk: loader.bin kernel.bin clean: $(RM) -f $(OBJECTS) $(DEPENDS) - $(RM) -f threads/intr-stubs.S threads/loader.o + $(RM) -f threads/loader.o $(RM) -f kernel.o kernel.lds.s $(RM) -f kernel.bin loader.bin