From 35f7beb8b28a620f2e06e7105d787e0c53627235 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Tue, 2 Feb 2016 19:04:36 +0100 Subject: cleanup --- avr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'avr/Makefile') 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 -- cgit v1.2.3