summaryrefslogtreecommitdiff
path: root/cesar/ce/test/rx/general/target-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/test/rx/general/target-Makefile')
-rw-r--r--cesar/ce/test/rx/general/target-Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/cesar/ce/test/rx/general/target-Makefile b/cesar/ce/test/rx/general/target-Makefile
new file mode 100644
index 0000000000..96f9d8b9d4
--- /dev/null
+++ b/cesar/ce/test/rx/general/target-Makefile
@@ -0,0 +1,26 @@
+BASE = ../../../..
+
+INCLUDES = ce/test/rx/
+INCLUDES += ce/test/rx/general
+INCLUDES += ce/test/rx/general/overide
+INCLUDES += ce/test/common
+
+ECOS = y
+DEFS=-DSAR_UNIT_TEST=1
+
+TARGET_PROGRAMS=test_rx_target_ecos_synth
+test_rx_target_ecos_synth_SOURCES = test_rx.c
+test_rx_target_ecos_synth_MODULES = lib mac/common ce ce/test/common ce/test/rx/general/overide/cp/interf mac/sar mac/sar/test mac/pbproc mac/sar/bridgedma
+TARGET_PROGRAMS += test_sar_target_ecos_synth
+test_sar_target_ecos_synth_SOURCES = test_sar_integration.c
+test_sar_target_ecos_synth_MODULES = lib mac/sar ce mac/common mac/sar/bridgedma mac/pbproc mac/sar/test ce/test/common ce/test/rx/general/overide/cp/interf
+mac_pbproc_MODULE_SOURCES = mfs.c
+
+
+#ce_MODULE_SOURCES = bitloading.c cei_param.c mpdu_measure_store.c rx.c trace.c
+#ce_test_common_MODULE_SOURCES = print_utils.c
+
+VARIANT = target
+
+include $(BASE)/common/make/top.mk
+