summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/utest/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/sar/test/utest/host/Makefile')
-rw-r--r--cesar/mac/sar/test/utest/host/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/cesar/mac/sar/test/utest/host/Makefile b/cesar/mac/sar/test/utest/host/Makefile
new file mode 100644
index 0000000000..dc6fc66f85
--- /dev/null
+++ b/cesar/mac/sar/test/utest/host/Makefile
@@ -0,0 +1,29 @@
+BASE = ../../../../../
+
+INCLUDES = mac/sar/test/utest/host/override
+
+DEFS = -DNO_PRIVATE
+
+HOST_PROGRAMS = test_sar test_sar_pbproc_override
+
+test_sar_SOURCES = sar.c activate.c mfs_ssn_resize.c \
+ crc_error.c mfs_create.c mfs_cmd.c reassembly.c \
+ reassembly_measurement.c expiration.c sar_call_back_ul.c \
+ sar_remove_sta.c segmentation.c detect_mf.c \
+ get_associated_mfs.c sar_tx_job_desc_create.c misc.c \
+ stats.c sar_pb_stats.c ca_stub.c pbproc_stub.c tests.c \
+ bufmgr_stub.c
+test_sar_MODULES = lib mac/sar mac/common mac/pbproc hal/phy/soft/bridgedma \
+ mac/sar/test/utest/host/override/ce/rx
+
+test_sar_pbproc_override_SOURCES = sar_pbproc_override.c \
+ sar_pbproc_override_sar_tx_mfs_extract.c \
+ sar_pbproc_override_mfs.c \
+ ca_stub.c pbproc_stub.c tests.c \
+ bufmgr_stub.c
+test_sar_pbproc_override_MODULES = lib mac/sar mac/common \
+ hal/phy/soft/bridgedma \
+ mac/sar/test/utest/host/override/ce/rx
+mac_pbproc_MODULE_SOURCES = mfs.c
+
+include $(BASE)/common/make/top.mk