mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:23:43 +02:00
atusb/fw/Makefile (clean): also remove the boot loader
This commit is contained in:
parent
e8bed1f3c1
commit
341b348ac0
@ -81,6 +81,7 @@ boot.elf: $(BOOT_OBJS)
|
||||
clean:
|
||||
rm -f $(NAME).bin $(NAME).elf
|
||||
rm -f $(OBJS) $(OBJS:.o=.d)
|
||||
rm -f boot.hex boot.elf
|
||||
rm -f $(BOOT_OBJS) $(BOOT_OBJS:.o=.d)
|
||||
rm -f version.c version.d version.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user