laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-asf4-dfu/+/42276?usp=email )
Change subject: Makefile: on clean: remove dfu & flash .o & .d files ......................................................................
Makefile: on clean: remove dfu & flash .o & .d files
Change-Id: I9705f15c41ea0df8b8486b6326264db36f797dd8 --- M gcc/Makefile 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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