aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2015-02-27 14:32:03 +0530
committerSudar Muthu <sudar@sudarmuthu.com>2015-02-27 14:32:03 +0530
commitfb94c84bff327c4bcf6d730a159e77cba22a2fbb (patch)
tree02947cdbe7f3c76856ce06f4945bec9a114152fd
parent64145418f3e299cabacd9e45ead1645f56991306 (diff)
parent79ea7e222f4611bcf867f4363b89b8067fca3a25 (diff)
Merge pull request #322 from onandoffables/linuxgpio
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