laforge submitted this change.
Makefile: on clean: remove dfu & flash .o & .d files
Change-Id: I9705f15c41ea0df8b8486b6326264db36f797dd8
---
M gcc/Makefile
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/gcc/Makefile b/gcc/Makefile
index 27a9143..e26f5b0 100644
--- a/gcc/Makefile
+++ b/gcc/Makefile
@@ -189,6 +189,10 @@
clean: clean-dfu clean-flash
rm -f $(OBJS_AS_ARGS)
rm -f $(DEPS_AS_ARGS)
+ rm -f $(DFU_DEPS)
+ rm -f $(FLASH_DEPS)
+ rm -f $(OBJ_dfu)
+ rm -f $(OBJ_flash)
mrproper: clean
rm -f *.o *.d *.a *.elf *.bin *.hex *.ihex *.eep *.lss *.map *.srec
To view, visit change 42276. To unsubscribe, or for help writing mail filters, visit settings.