X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/75fda0918116faee3b7f9b83bf0c60801175abbf..a93ee833f02abfd9cbd22cc14be1cbe630f9103e:/updater/Makefile diff --git a/updater/Makefile b/updater/Makefile index a3aa145..475d664 100644 --- a/updater/Makefile +++ b/updater/Makefile @@ -40,7 +40,7 @@ all: updater.hex $(MAKE) -C ../firmware main.hex -usbasploader.raw: +usbasploader.raw: ../firmware/main.bin $(OBC) -j .text -j .data -O binary ../firmware/main.bin usbasploader.raw usbasploader.o: usbasploader.raw @@ -57,6 +57,7 @@ updater.elf: updater.o usbasploader.o updater.hex: updater.elf $(OBC) -j .text -j .data -O ihex updater.elf updater.hex $(ECHO) "." + $(ECHO) "." $(SIZ) updater.elf $(ECHO) "." $(AVRDUDE) -D -U flash:w:updater.hex:i @@ -67,8 +68,9 @@ deepclean: clean $(RM) *~ clean: - $(RM) *.o - $(RM) *.raw + $(RM) usbasploader.o + $(RM) updater.o + $(RM) usbasploader.raw $(RM) updater.hex $(RM) updater.elf $(RM) usbasploader.raw \ No newline at end of file