]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/m16c62p/install.extra
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / support / make / m16c62p / install.extra
diff --git a/support/make/m16c62p/install.extra b/support/make/m16c62p/install.extra
new file mode 100755 (executable)
index 0000000..db314be
--- /dev/null
@@ -0,0 +1,10 @@
+#-#-Makefile-#- vim:syntax=make
+
+NODEID = $(INSTALL)
+BUILD_DEPS = srec tosimage bytes $(POST_BUILD_EXTRA_DEPS) setid program delsetid
+
+ifdef BOOTLOADER
+  ifeq ($(BOOTLOADER),tosboot)
+    BUILD_DEPS += program_bl
+  endif
+endif