summaryrefslogtreecommitdiff
path: root/cesar/ce
diff options
context:
space:
mode:
authorschodet2009-10-08 20:49:43 +0000
committerschodet2009-10-08 20:49:43 +0000
commit089eeda72f72d4e7269f6b378ab75f19fa3f3da8 (patch)
tree09d5b21df6131ea859439befe61ada0241ff61e1 /cesar/ce
parent1abd6181e653d4318dca7d2394f47e5fbf1c1508 (diff)
revert EoC changes
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6054 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce')
-rw-r--r--cesar/ce/rx/cp/test/Makefile2
-rw-r--r--cesar/ce/rx/test/Makefile2
-rw-r--r--cesar/ce/tx/test/Makefile5
3 files changed, 1 insertions, 8 deletions
diff --git a/cesar/ce/rx/cp/test/Makefile b/cesar/ce/rx/cp/test/Makefile
index d917763b66..223f46ca40 100644
--- a/cesar/ce/rx/cp/test/Makefile
+++ b/cesar/ce/rx/cp/test/Makefile
@@ -15,12 +15,10 @@ HOST_PROGRAMS = test_mbox
test_mme_SOURCES = test_mme.c stub.c
test_mme_MODULES = lib mac/common ce/rx/cp ce/common cp/msg/stub cp/sta/mgr \
cp/fsm/stub
-test_mme_MODULES_CONFIG = cp/msg
# Test mailbox.
test_mbox_SOURCES = test_mbox.c stub_mbox.c
test_mbox_MODULES = lib mac/common ce/rx/cp ce/common cp/fsm/stub cp/msg/stub
-test_mbox_MODULES_CONFIG = cp/msg
# Remove sta.c to prevent multiple definition of cp_sta_get_peer.
cp_sta_mgr_MODULE_SOURCES = net.c net_list.c sta_mgr.c sta_own_data.c
diff --git a/cesar/ce/rx/test/Makefile b/cesar/ce/rx/test/Makefile
index 7832f4711a..317a8d03e6 100644
--- a/cesar/ce/rx/test/Makefile
+++ b/cesar/ce/rx/test/Makefile
@@ -14,7 +14,7 @@ common_MODULES = ce/rx ce/rx/cp ce/common ce/rx/bitloading \
mac/common cp/msg/stub \
mac/sar/stub cp/sta/mgr cp/fsm/stub cp/cco/action/stub \
cp/sta/core/stub cl/stub
-common_MODULES_CONFIG = mac/pbproc cp/msg
+common_MODULES_CONFIG = mac/pbproc
# Dirty hack, no bitloading.
ce_rx_MODULE_SOURCES = rx.c measure.c
diff --git a/cesar/ce/tx/test/Makefile b/cesar/ce/tx/test/Makefile
index 40349ee761..21b14024cd 100644
--- a/cesar/ce/tx/test/Makefile
+++ b/cesar/ce/tx/test/Makefile
@@ -9,19 +9,14 @@ common_MODULES = lib mac/common ce/tx cp/pwl/stub cp/sta/mgr \
cp/fsm/stub cl/stub cp/sta/core/stub mac/sar/stub \
cp/cco/action/stub ce/common cp/msg/stub
-# Common modules config.
-common_MODULES_CONFIG = cp/msg
-
# For host program.
HOST_PROGRAMS = test_expiration test_mme
test_expiration_SOURCES = test_expiration.c mme.c
test_expiration_MODULES = $(common_MODULES)
-test_expiration_MODULES_CONFIG = $(common_MODULES_CONFIG)
test_mme_SOURCES = test_mme.c mme.c
test_mme_MODULES = $(common_MODULES)
-test_mme_MODULES_CONFIG = $(common_MODULES_CONFIG)
# Include main Makefile.
include $(BASE)/common/make/top.mk