]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/intelmote2.target
Merge devel code into the trunk.
[tinyos-2.x.git] / support / make / intelmote2.target
diff --git a/support/make/intelmote2.target b/support/make/intelmote2.target
new file mode 100644 (file)
index 0000000..a5df166
--- /dev/null
@@ -0,0 +1,18 @@
+#-*-Makefile-*- vim:syntax=make
+
+PLATFORM = intelmote2
+
+ifdef CC2420_CHANNEL
+PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
+endif
+
+#ASSEMBLY_FILES += $(PLATFORM_DIR)/../imote2/flash.s $(PLATFORM_DIR)/../imote2/binarymover.s
+ASSEMBLY_FILES += $(TOSDIR)/platforms/intelmote2/toscrt0.s $(TOSDIR)/chips/pxa27x/pxa27x_util.s
+CFLAGS += -DPXA27X_13M -T$(TOSDIR)/platforms/intelmote2/tos.x 
+
+$(call TOSMake_include_platform,pxa27x)
+
+intelmote2: $(BUILD_DEPS)
+       @:
+
+