diff options
Diffstat (limited to 'avr/Makefile')
-rw-r--r-- | avr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/avr/Makefile b/avr/Makefile index c5b62a8..16fd218 100644 --- a/avr/Makefile +++ b/avr/Makefile @@ -434,7 +434,7 @@ program: $(TARGET).hex $(TARGET).eep $(AVRDUDE_WRITE_EEPROM) usbboot: $(TARGET).hex - /home/flo/kruschkram/hass/avrusbboot.2006-06-25/software/avrusbboot $(TARGET).hex + /path/to/avrusbboot.2006-06-25/software/avrusbboot $(TARGET).hex # TODO FIXME # Generate avr-gdb config/init file which does the following: # define the reset signal, load the target file, connect to target, and set @@ -585,6 +585,7 @@ clean_list : $(REMOVEDIR) $(OBJDIR) $(REMOVE) $(SRC:.c=.s) $(REMOVE) $(SRC:.c=.d) + $(REMOVE) *.i {oddebug,usbdrv}.s $(REMOVEDIR) .dep |