From 7866fb9a517492a01dfe39fadc8f32992f31a842 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 29 Jan 2011 19:59:44 -0800 Subject: Adding the romfs to the things to remove in the clean target. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6f6399d..ee7f336 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ clean: clean-generic $(Q)$(MAKE) $(MAKE_OPTS) -C arch clean $(Q)$(MAKE) $(MAKE_OPTS) -C os clean $(Q)$(MAKE) $(MAKE_OPTS) -C tools clean + $(Q)rm test-romfs.bin .PHONY: libs FreeRTOS arch os tools -- cgit v1.2.3