summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/utest/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/test/utest/lib/Makefile')
-rw-r--r--cesar/mac/sar/test/utest/lib/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/mac/sar/test/utest/lib/Makefile b/cesar/mac/sar/test/utest/lib/Makefile
new file mode 100644
index 0000000000..bd5d54f329
--- /dev/null
+++ b/cesar/mac/sar/test/utest/lib/Makefile
@@ -0,0 +1,10 @@
+BASE = ../../../../../
+
+HOST_PROGRAMS = test_lib_sar_mf
+
+test_lib_sar_mf_SOURCES = lib_sar_mf.c phy_stub.c
+test_lib_sar_mf_MODULES = lib mac/sar
+
+mac_sar_MODULE_SOURCES = sar_mf.c
+
+include $(BASE)/common/make/top.mk