From d42ace1f3066a138de2fcf10faba98e739f4fe49 Mon Sep 17 00:00:00 2001 From: sallai Date: Wed, 23 Apr 2008 20:31:58 +0000 Subject: [PATCH] added mib520.extra to be used with the mib520 programming board --- support/make/avr/mib520.extra | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 support/make/avr/mib520.extra 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 -- 2.39.2