summaryrefslogtreecommitdiff
path: root/cesar/test_general/integration/cl-sar-pbproc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/integration/cl-sar-pbproc/Makefile')
-rw-r--r--cesar/test_general/integration/cl-sar-pbproc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/cesar/test_general/integration/cl-sar-pbproc/Makefile b/cesar/test_general/integration/cl-sar-pbproc/Makefile
new file mode 100644
index 0000000000..e4a1d029b9
--- /dev/null
+++ b/cesar/test_general/integration/cl-sar-pbproc/Makefile
@@ -0,0 +1,13 @@
+BASE = ../../..
+
+ECOS = y
+
+INCLUDES = test_general/station/overide/
+
+TARGET_PROGRAMS = cl-sar-pbproc
+
+cl-sar-pbproc_SOURCES = station.c
+cl-sar-pbproc_MODULES = hal/phy/maximus lib mac host cl
+
+
+include $(BASE)/common/make/top.mk