]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added mib520.extra to be used with the mib520 programming board
authorsallai <sallai>
Wed, 23 Apr 2008 20:31:58 +0000 (20:31 +0000)
committersallai <sallai>
Wed, 23 Apr 2008 20:31:58 +0000 (20:31 +0000)
support/make/avr/mib520.extra [new file with mode: 0644]

diff --git a/support/make/avr/mib520.extra b/support/make/avr/mib520.extra
new file mode 100644 (file)
index 0000000..8bfcae9
--- /dev/null
@@ -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