summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorMarko Stankovic2011-08-25 10:56:26 +0200
committerAleksandar Cecaric2011-10-14 14:49:51 +0200
commit2cfaf345881892d467d85d56b356d1cc8ba86c9c (patch)
tree956efdae90d2b7d769ecef165b74c7bce59810c8 /cesar/ce/rx/test
parent7c59fab8c2c4ac7d45fc6ddee823ef1446eb5596 (diff)
cesar/ce[eoc]: fix ce unit tests, no refs
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/ce/rx/test/Makefile b/cesar/ce/rx/test/Makefile
index 5c2ede2792..5649e18ff3 100644
--- a/cesar/ce/rx/test/Makefile
+++ b/cesar/ce/rx/test/Makefile
@@ -16,6 +16,7 @@ common_MODULES = ce/rx ce/rx/cp ce/common \
mac/sar/stub cp/sta/mgr cp/fsm/stub cp/cco/action/stub \
cp/sta/core/stub cl/stub bsu/stub
+
# Override sources for BL (we only want our stubbed handle event for the FSM).
ce_rx_bitloading_fsm_MODULE_SOURCES =
@@ -25,6 +26,6 @@ TARGET_PROGRAMS = test_rx
# Test CE RX.
test_rx_SOURCES = test_rx.c pbproc_stub.c
test_rx_MODULES = $(common_MODULES)
-
+test_rx_CONFIG_MODULES = mac/pbproc mac/sar
# Include main Makefile.
include $(BASE)/common/make/top.mk