summaryrefslogtreecommitdiff
path: root/cesar/ce/test/rx/maximus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/test/rx/maximus/Makefile')
-rw-r--r--cesar/ce/test/rx/maximus/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/cesar/ce/test/rx/maximus/Makefile b/cesar/ce/test/rx/maximus/Makefile
new file mode 100644
index 0000000000..ba5c632834
--- /dev/null
+++ b/cesar/ce/test/rx/maximus/Makefile
@@ -0,0 +1,21 @@
+all :
+ $(MAKE) -C ../../../../maximus/python --no-print-directory
+
+BASE = ../../../..
+INCLUDES = ce/test/rx/maximus/overide
+INCLUDES += ce/test/rx/maximus
+INCLUDES += ce/test/rx/general/overide
+INCLUDES += ce/test/common
+ECOS = y
+DEFS=-DSAR_UNIT_TEST=1
+
+EXTRA_TARGET_CFLAGS=-DMAXIMUS_TEST -DRXCE_WITH_SAR
+TARGET_PROGRAMS = test_rx
+test_rx_SOURCES = test_rx.c
+test_rx_MODULES=lib host mac/common hal/phy/maximus mac/sar ce ce/test/rx/maximus/overide/mac/pbproc ce/test/rx/general/overide/cp/interf ce/test/common
+
+ce_MODULE_SOURCES = cei_param.c mpdu_measure_store.c rx.c trace.c bitloading.c
+
+
+include $(BASE)/common/make/top.mk
+