This commit is contained in:
Taku Shimosawa
2011-11-13 14:42:17 +09:00
parent c863f43d01
commit c264717d8e
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ all: $(KERNELS)
clean: $(addsuffix .clean,$(BUILD_TARGET))
%.clean: $(O)/%/Makefile
@make -C $(O)/$(basename $@) $(SUBCMD_OPTS) clean
@make --no-print-directory -C $(O)/$(basename $@) $(SUBCMD_OPTS) clean
FORCE:

View File

@ -24,7 +24,7 @@ kernel.img: $(OBJS) $(AALOBJ)
$(mkimage_cmd)
clean:
$(RM) $(OBJS) kernel.img kernel.img.elf Makefile.dep
$(rm_cmd) $(OBJS) kernel.img kernel.img.elf Makefile.dep
@$(submake) -C $(AALBASE) $(SUBCMD_OPTS) clean
depend: Makefile.dep