Kernel: make clean should clean up cpm-loader subdirectory
authorWill Sowerbutts <will@sowerbutts.com>
Mon, 29 Dec 2014 00:50:05 +0000 (00:50 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Mon, 29 Dec 2014 01:05:29 +0000 (01:05 +0000)
Kernel/Makefile

index a029b33..ce277ee 100644 (file)
@@ -183,6 +183,7 @@ endif
 clean:
        rm -f $(OBJS) $(JUNK) uzi.cdb uzi.com uzi.tmp platform fuzix.bin uzi.map uzi.noi uzi.ihx core *~ include/*~ version.c tools/make4x6 tools/analysemap tools/memhogs tools/binman hogs.txt hogs.txt.old tools/*~
        +make -C platform-$(TARGET) clean
+       +make -C cpm-loader clean
 
 clean-all: clean
        $(foreach target,$(TARGET_LIST), make -C $(target) clean;)