summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test/Makefile
diff options
context:
space:
mode:
authorboure2008-06-19 15:51:03 +0000
committerboure2008-06-19 15:51:03 +0000
commit9ad32055632329f322d8e39b2bc59e655ac58794 (patch)
tree6977ebac78dbaf54feb523131d1c290916064a60 /cesar/cp2/cco/bw/test/Makefile
parent5e6399b5758b0583275012777c4187d351769843 (diff)
allocation functions implemented test in motion
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2389 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw/test/Makefile')
-rw-r--r--cesar/cp2/cco/bw/test/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cesar/cp2/cco/bw/test/Makefile b/cesar/cp2/cco/bw/test/Makefile
index ce2a6cb277..51e2c63b5f 100644
--- a/cesar/cp2/cco/bw/test/Makefile
+++ b/cesar/cp2/cco/bw/test/Makefile
@@ -7,10 +7,10 @@ TARGET_PROGRAMS = schedules bw_prio_heap_test bw_test
schedules_SOURCES = bw_list_alloc_test.c
schedules_MODULES = lib cp2/cco/bw
-bw_prio_heap_test_SOURCES = bw_prio_heap_test.c msg_stub.c
-bw_prio_heap_test_MODULES = lib cp2/cco/bw cp2/conn cp2/sta/mgr cl
+bw_prio_heap_test_SOURCES = bw_prio_heap_test.c msg_stub.c pwl_stub.c
+bw_prio_heap_test_MODULES = lib cp2/cco/bw cp2/conn cp2/sta/mgr cl mac/common
-bw_test_SOURCES = bw_test.c msg_stub.c
-bw_test_MODULES = lib cp2/cco/bw cp2/conn cp2/sta/mgr cl
+bw_test_SOURCES = bw_test.c msg_stub.c pwl_stub.c
+bw_test_MODULES = lib cp2/cco/bw cp2/conn cp2/sta/mgr cl mac/common
include $(BASE)/common/make/top.mk