summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/test/Makefile')
-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