X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=support%2Fmake%2Firis.target;h=7fd9d64345f8ed3dc6cfd161b989de1d22437e3f;hp=c0149bcdc7369cf2018078073167cc8648f3f1af;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/support/make/iris.target b/support/make/iris.target index c0149bcd..7fd9d643 100644 --- a/support/make/iris.target +++ b/support/make/iris.target @@ -5,11 +5,6 @@ PLATFORM = iris SENSORBOARD ?= micasb PROGRAMMER ?= avrdude -AVRGCC_SUPPORTS_ATM1281 = $(shell avr-gcc --target-help 2>&1 | grep -c atmega1281) -ifneq ($(AVRGCC_SUPPORTS_ATM1281),1) - $(error Found avr-gcc with no ATMega1281 support. For details on upgrading your toolchain, please see "http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html") -endif - ifeq ($(PROGRAMMER),avrdude) PROGRAMMER_PART ?= -pm1281 -U efuse:w:0xff:m endif