summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-29 19:59:44 -0800
committerPixel <pixel@nobis-crew.org>2011-01-29 19:59:44 -0800
commit7866fb9a517492a01dfe39fadc8f32992f31a842 (patch)
treebe3c969ae527bdf1d1b948a1be2874ddc6ec4923
parentdd3399ea2c160dbf56acef5acc792ede41e9b422 (diff)
Adding the romfs to the things to remove in the clean target.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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