From b7b47a526b6f7ca6d511a5bf4404233bb0512f04 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Mon, 29 Dec 2014 00:50:05 +0000 Subject: [PATCH] Kernel: make clean should clean up cpm-loader subdirectory --- Kernel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/Makefile b/Kernel/Makefile index a029b333..ce277ee3 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -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;) -- 2.34.1