summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/cp
diff options
context:
space:
mode:
authorjutteau2011-03-10 11:20:20 +0100
committerjutteau2011-03-10 11:34:24 +0100
commit7c8303574417d9ffb16caab1c2378167730c9737 (patch)
tree962f51be5243ad7333d98b1a66c9d53295ff747c /cesar/ce/rx/cp
parentc16dfeade311bd0a29d08156581f81bebbec8e8f (diff)
cesar/ce/rx/cp: fix test mme, closes #2383
Diffstat (limited to 'cesar/ce/rx/cp')
-rw-r--r--cesar/ce/rx/cp/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ce/rx/cp/test/Makefile b/cesar/ce/rx/cp/test/Makefile
index 223f46ca40..80f8c51d7b 100644
--- a/cesar/ce/rx/cp/test/Makefile
+++ b/cesar/ce/rx/cp/test/Makefile
@@ -21,7 +21,7 @@ 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
# 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
+cp_sta_mgr_MODULE_SOURCES = net.c sta_mgr.c sta_own_data.c
# Include main Makefile.
include $(BASE)/common/make/top.mk