From: sallai Date: Wed, 23 Apr 2008 20:31:58 +0000 (+0000) Subject: added mib520.extra to be used with the mib520 programming board X-Git-Tag: release_tinyos_2_1_0_0~455 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=d42ace1f3066a138de2fcf10faba98e739f4fe49 added mib520.extra to be used with the mib520 programming board --- diff --git a/support/make/avr/mib520.extra b/support/make/avr/mib520.extra new file mode 100644 index 00000000..8bfcae9b --- /dev/null +++ b/support/make/avr/mib520.extra @@ -0,0 +1,7 @@ +#-*-Makefile-*- vim:syntax=make +#$Id$ + +# The MIB520 uses the same protocol as the MIB510, so we +# just include mib510.extra +MIB510 = $(MIB520) +include $(TINYOS_MAKE_PATH)/avr/mib510.extra