summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2010-02-04 15:51:25 +0100
committerNicolas Schodet2011-08-03 11:08:52 +0200
commit2e6bce3c3f66ecaf22758d3a00fc6c6720762d98 (patch)
tree60ea6cffa413b96c7b4877492a667f20a76a13a8
parentd3d94763659ec6cc27ff69ab128a49ed62c12970 (diff)
cesar: remove unused module config dependencies
-rw-r--r--cesar/ce/rx/test/Makefile2
-rw-r--r--cesar/cp/sta/core/test/Makefile.mk4
-rw-r--r--cesar/hal/phy/maximus/dur/test/Makefile1
-rw-r--r--cesar/hal/phy/maximus/test/Makefile1
-rw-r--r--cesar/mac/pbproc/test/fsm/Makefile1
-rw-r--r--cesar/maximus/python/Makefile1
-rw-r--r--cesar/maximus/stationtest/Makefile6
-rw-r--r--cesar/maximus/unittest/Makefile1
-rw-r--r--cesar/maximus/usertest/Makefile1
9 files changed, 0 insertions, 18 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
diff --git a/cesar/cp/sta/core/test/Makefile.mk b/cesar/cp/sta/core/test/Makefile.mk
index 85ae82b7e2..379a472919 100644
--- a/cesar/cp/sta/core/test/Makefile.mk
+++ b/cesar/cp/sta/core/test/Makefile.mk
@@ -12,23 +12,19 @@ core_events_SOURCES = core_events.c cp_cl_interf_stub.c action_stub.c \
core_events_MODULES = lib cp/sta/core cp/fsm/stub cp/cco/action/stub \
ce/rx/cp/stub \
$(SPARC_MODULES)
-core_events_MODULES_CONFIG = mac/common
core_SOURCES = core.c cp_cl_interf_stub.c action_stub.c\
sta_mgr_stub.c pwl_stub.c beacon_stub.c
core_MODULES = lib cp/sta/core cp/fsm/stub cp/cco/action/stub \
ce/rx/cp/stub \
$(SPARC_MODULES)
-core_MODULES_CONFIG = mac/common
core_thread_SOURCES = core_thread.c
core_thread_MODULES = lib cp/sta/core cp/fsm/stub ce/rx/cp/stub \
$(SPARC_MODULES)
-core_thread_MODULES_CONFIG = mac/common
core_timer_SOURCES = core_timer.c
core_timer_MODULES = lib cp/sta/core cp/fsm/stub ce/rx/cp/stub \
$(SPARC_MODULES)
-core_timer_MODULES_CONFIG = mac/common
include $(BASE)/common/make/top.mk
diff --git a/cesar/hal/phy/maximus/dur/test/Makefile b/cesar/hal/phy/maximus/dur/test/Makefile
index 4bf55cf686..1f78d505f5 100644
--- a/cesar/hal/phy/maximus/dur/test/Makefile
+++ b/cesar/hal/phy/maximus/dur/test/Makefile
@@ -3,6 +3,5 @@ BASE = ../../../../..
HOST_PROGRAMS = test_dur
test_dur_SOURCES = test_dur.c
test_dur_MODULES = lib hal/phy/maximus/dur
-test_dur_MODULES_CONFIG = mac/common
include $(BASE)/common/make/top.mk
diff --git a/cesar/hal/phy/maximus/test/Makefile b/cesar/hal/phy/maximus/test/Makefile
index 7f44dca120..7421034306 100644
--- a/cesar/hal/phy/maximus/test/Makefile
+++ b/cesar/hal/phy/maximus/test/Makefile
@@ -5,7 +5,6 @@ test_phy_maximus_SOURCES = test_phy_maximus.c test_phy_access.c \
test_phy_ctrl.c test_pbdma.c \
test_tmdma.c test_aes.c
test_phy_maximus_MODULES = lib hal/phy/maximus host
-test_phy_maximus_MODULES_CONFIG = mac/common
INCLUDES = hal/phy/maximus/test/inc
include $(BASE)/common/make/top.mk
diff --git a/cesar/mac/pbproc/test/fsm/Makefile b/cesar/mac/pbproc/test/fsm/Makefile
index c30f665161..ee1f48266a 100644
--- a/cesar/mac/pbproc/test/fsm/Makefile
+++ b/cesar/mac/pbproc/test/fsm/Makefile
@@ -3,7 +3,6 @@ BASE = ../../../..
HOST_PROGRAMS = test_fsm
test_fsm_SOURCES = test_fsm.c
test_fsm_MODULES = lib mac/pbproc
-test_fsm_MODULES_CONFIG = mac/common
mac_pbproc_MODULE_SOURCES = fsm.c
include $(BASE)/common/make/top.mk
diff --git a/cesar/maximus/python/Makefile b/cesar/maximus/python/Makefile
index 6978a92d4e..d8686216cb 100644
--- a/cesar/maximus/python/Makefile
+++ b/cesar/maximus/python/Makefile
@@ -4,7 +4,6 @@ HOST_PROGRAMS = interface.so
interface.so_SOURCES = interface_module.cpp
interface.so_MODULES = lib/python maximus lib
-interface.so_MODULES_CONFIG = mac/common
interface.so_LDLIBS = -fPIC -shared
include $(BASE)/common/make/top.mk
diff --git a/cesar/maximus/stationtest/Makefile b/cesar/maximus/stationtest/Makefile
index ddca7e92f1..78ba1b39b4 100644
--- a/cesar/maximus/stationtest/Makefile
+++ b/cesar/maximus/stationtest/Makefile
@@ -20,7 +20,6 @@ threaddelay_MODULES = lib host
stationtest_SOURCES = main_example.c
stationtest_MODULES = lib host hal/phy/maximus
-stationtest_MODULES_CONFIG = mac/common
test_cb_SOURCES = test_cb.c
test_cb_MODULES = lib host
@@ -30,24 +29,19 @@ test_ether_MODULES = lib host hal/hle/maximus
test_false_alarm_SOURCES = test_false_alarm.c
test_false_alarm_MODULES = lib host hal/phy/maximus
-test_false_alarm_MODULES_CONFIG = mac/common
cp_beacon_MODULE_SOURCES = beacons.c bentry.c
test_lib_cesar_SOURCES = test_lib_cesar.c
test_lib_cesar_MODULES = lib host hal/hle/maximus hal/phy/maximus/dur/maximus interface
-test_lib_cesar_MODULES_CONFIG = mac/common
test_send_SOURCES = test_send.c
test_send_MODULES = lib host hal/phy/maximus
-test_send_MODULES_CONFIG = mac/common
cp_beacon_MODULE_SOURCES = beacons.c bentry.c
test_station_SOURCES = test_station.c
test_station_MODULES = lib host hal/hle/maximus hal/phy/maximus/dur/maximus interface
-test_station_MODULES_CONFIG = mac/common
test_tx_rx_SOURCES = test_tx_rx.c
test_tx_rx_MODULES = lib host hal/phy/maximus
-test_tx_rx_MODULES_CONFIG = mac/common
include $(BASE)/common/make/top.mk
diff --git a/cesar/maximus/unittest/Makefile b/cesar/maximus/unittest/Makefile
index 608e3d2da4..1f35a1a498 100644
--- a/cesar/maximus/unittest/Makefile
+++ b/cesar/maximus/unittest/Makefile
@@ -5,7 +5,6 @@ UNITTEST = y
HOST_PROGRAMS = unittest
unittest_SOURCES = main.cpp
unittest_MODULES = maximus lib
-unittest_MODULES_CONFIG = mac/common
EXTRA_HOST_CFLAGS := $(shell cppunit-config --cflags)
EXTRA_HOST_LDLIBS := $(shell cppunit-config --libs)
diff --git a/cesar/maximus/usertest/Makefile b/cesar/maximus/usertest/Makefile
index fee6fcd39b..b20cb789db 100644
--- a/cesar/maximus/usertest/Makefile
+++ b/cesar/maximus/usertest/Makefile
@@ -3,6 +3,5 @@ BASE = ../..
HOST_PROGRAMS = usertest
usertest_SOURCES = main_example.cpp
usertest_MODULES = maximus lib
-usertest_MODULES_CONFIG = mac/common
include $(BASE)/common/make/top.mk