lynxis lazus has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-asf4-dfu refs/changes/76/42276/1

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 https://gerrit.osmocom.org/c/osmo-asf4-dfu/+/42276?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-asf4-dfu
Gerrit-Branch: master
Gerrit-Change-Id: I9705f15c41ea0df8b8486b6326264db36f797dd8
Gerrit-Change-Number: 42276
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>

Reply via email to