Don't append port details to avrdude for usbtiny

Fix 138
This commit is contained in:
Peter-Paul van Gemerden 2013-12-13 10:19:29 +01:00
parent 25a00d73b7
commit 5dc5cf2257

View file

@ -1048,7 +1048,7 @@ endif
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
ifneq ($(strip $(ISP_PROG)),usbasp)
ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny))
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
endif