summaryrefslogtreecommitdiff
path: root/examples/ll-broadcaster/Makefile
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2013-12-27 18:09:07 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2013-12-27 18:09:07 -0300
commit75f305201cb21650e579d9318beebd6aecdfde68 (patch)
treed53a6fb537cc8646b657d1811a8d09d4030ce28a /examples/ll-broadcaster/Makefile
parentd60977e7a0715786467aa8d817d7812b3993687a (diff)
example: Broadcaster example that uses the Link LayerHEADll
Diffstat (limited to 'examples/ll-broadcaster/Makefile')
-rw-r--r--examples/ll-broadcaster/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/ll-broadcaster/Makefile b/examples/ll-broadcaster/Makefile
new file mode 100644
index 0000000..e8c2c8b
--- /dev/null
+++ b/examples/ll-broadcaster/Makefile
@@ -0,0 +1,7 @@
+# Makefile for radio-broadcaster example
+
+PROJECT_TARGET = ll-broadcaster-example
+PROJECT_SOURCE_FILES = main.c
+
+BLESTACK_PATH = ../..
+-include $(BLESTACK_PATH)/Makefile.common