summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorThierry Carré2012-04-05 13:59:25 +0200
committerThierry Carré2012-05-10 17:02:57 +0200
commit87f9cac07558b7ba4515dcf7bf93f9778d24bf1c (patch)
treea2a5f9a58772b34894e6306091eab4820a888270 /cesar/ce/rx/test
parentb9816688dcf600e2ac65357691dd2e58ee47435d (diff)
cesar: AV code move to cp/av directory, refs #2928
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/Config1
-rw-r--r--cesar/ce/rx/test/Makefile13
2 files changed, 8 insertions, 6 deletions
diff --git a/cesar/ce/rx/test/Config b/cesar/ce/rx/test/Config
index 79114fce7f..2d62cd39d5 100644
--- a/cesar/ce/rx/test/Config
+++ b/cesar/ce/rx/test/Config
@@ -1,2 +1,3 @@
CONFIG_DEBUG_FATAL_CATCH = y
CONFIG_SLAB_ALLOC_SCRAMBLE = y
+CONFIG_CP_AV = y
diff --git a/cesar/ce/rx/test/Makefile b/cesar/ce/rx/test/Makefile
index 5c2ede2792..ca9c515f69 100644
--- a/cesar/ce/rx/test/Makefile
+++ b/cesar/ce/rx/test/Makefile
@@ -9,12 +9,12 @@ INCLUDES = ce/rx/test/override
# Common modules.
common_MODULES = ce/rx ce/rx/cp ce/common \
- ce/rx/bitloading/fsm \
- ce/rx/bitloading \
- lib \
- mac/common cp/msg/stub \
- mac/sar/stub cp/sta/mgr cp/fsm/stub cp/cco/action/stub \
- cp/sta/core/stub cl/stub bsu/stub
+ ce/rx/bitloading/fsm \
+ ce/rx/bitloading \
+ lib \
+ mac/common cp/msg/stub \
+ mac/sar/stub cp/av/sta/mgr cp/av/fsm/stub cp/av/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 +25,7 @@ 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 = cp
# Include main Makefile.
include $(BASE)/common/make/top.mk