xbee: add a new module
[aversive.git] / modules / devices / radio / xbee / Makefile
diff --git a/modules/devices/radio/xbee/Makefile b/modules/devices/radio/xbee/Makefile
new file mode 100644 (file)
index 0000000..0aa0391
--- /dev/null
@@ -0,0 +1,14 @@
+#-include .config
+
+TARGET = xbee
+
+# List C source files here. (C dependencies are automatically generated.)
+SRC  = xbee.c
+SRC += xbee_atcmd.c
+SRC += xbee_neighbor.c
+SRC += xbee_rxtx.c
+SRC += xbee_stats.c
+
+###########################################
+
+include $(AVERSIVE_DIR)/mk/aversive_module.mk