summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test
diff options
context:
space:
mode:
authorNicolas Schodet2010-02-04 15:51:25 +0100
committerNicolas Schodet2011-08-03 11:08:52 +0200
commit2e6bce3c3f66ecaf22758d3a00fc6c6720762d98 (patch)
tree60ea6cffa413b96c7b4877492a667f20a76a13a8 /cesar/ce/rx/test
parentd3d94763659ec6cc27ff69ab128a49ed62c12970 (diff)
cesar: remove unused module config dependencies
Diffstat (limited to 'cesar/ce/rx/test')
-rw-r--r--cesar/ce/rx/test/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/cesar/ce/rx/test/Makefile b/cesar/ce/rx/test/Makefile
index 37e1d62e66..5c2ede2792 100644
--- a/cesar/ce/rx/test/Makefile
+++ b/cesar/ce/rx/test/Makefile
@@ -15,7 +15,6 @@ common_MODULES = ce/rx ce/rx/cp ce/common \
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
-common_MODULES_CONFIG = mac/pbproc
# Override sources for BL (we only want our stubbed handle event for the FSM).
ce_rx_bitloading_fsm_MODULE_SOURCES =
@@ -26,7 +25,6 @@ TARGET_PROGRAMS = test_rx
# Test CE RX.
test_rx_SOURCES = test_rx.c pbproc_stub.c
test_rx_MODULES = $(common_MODULES)
-test_rx_MODULES_CONFIG = $(common_MODULES_CONFIG)
# Include main Makefile.
include $(BASE)/common/make/top.mk