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

@ -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