aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronandoffables <on@onandoffables.com>2015-02-26 21:17:53 +0100
committeronandoffables <on@onandoffables.com>2015-02-26 21:17:53 +0100
commit79ea7e222f4611bcf867f4363b89b8067fca3a25 (patch)
tree02947cdbe7f3c76856ce06f4945bec9a114152fd
parent64145418f3e299cabacd9e45ead1645f56991306 (diff)
Add "linuxgpio" to the list of ISP's that don't have a port
-rw-r--r--Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index a5b9bba..9045888 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -1342,7 +1342,7 @@ endif
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
ifndef $(ISP_PORT)
- ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio avrispmkii))
+ ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio linuxgpio avrispmkii))
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
endif
else