X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=rf433ctl%2FMakefile;h=83a919ff33f8d15e9e4ed7a6a717a69cbf39ec3e;hb=17a4e20ba5801603c5da3cfb511872670a48910a;hp=25b7a0d526c2488a3c15910087ed61487ae24026;hpb=b2fac6fa0c42f541d9554aae45c1287ee67b2200;p=svn42.git diff --git a/rf433ctl/Makefile b/rf433ctl/Makefile index 25b7a0d..83a919f 100755 --- a/rf433ctl/Makefile +++ b/rf433ctl/Makefile @@ -19,6 +19,7 @@ RESET_TTY=$(RESET_TTY_DIR)reset_tty ARDUINO = $(INSTALL_DIR)/hardware/arduino ARDUINOCORE = $(ARDUINO)/cores/arduino ARDUINOVAR = $(ARDUINO)/variants/$(VARIANT) +#AVR_TOOLS_PATH = /usr/bin AVR_TOOLS_PATH = /usr/bin SRC = $(ARDUINOCORE)/wiring.c \ $(ARDUINOCORE)/wiring_analog.c $(ARDUINOCORE)/wiring_digital.c \ @@ -80,7 +81,8 @@ OBJDUMP = $(AVR_TOOLS_PATH)/avr-objdump AR = $(AVR_TOOLS_PATH)/avr-ar SIZE = $(AVR_TOOLS_PATH)/avr-size NM = $(AVR_TOOLS_PATH)/avr-nm -AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +#AVRDUDE = $(AVR_TOOLS_PATH)/avrdude +AVRDUDE = $(INSTALL_DIR)/hardware/tools/avrdude REMOVE = rm -f MV = mv -f