diff options
author | Pixel <pixel@nobis-crew.org> | 2011-01-29 19:59:44 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-01-29 19:59:44 -0800 |
commit | 7866fb9a517492a01dfe39fadc8f32992f31a842 (patch) | |
tree | be3c969ae527bdf1d1b948a1be2874ddc6ec4923 | |
parent | dd3399ea2c160dbf56acef5acc792ede41e9b422 (diff) |
Adding the romfs to the things to remove in the clean target.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |