summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco/bw/test/Makefile
diff options
context:
space:
mode:
authorlaranjeiro2008-05-22 15:54:59 +0000
committerlaranjeiro2008-05-22 15:54:59 +0000
commitc145ca10efe6b177c2ca5f0e6cab03be63304f6b (patch)
tree0b7ba25da860068d5fb21bf9ad10f3aff6b54e34 /cesar/cp2/cco/bw/test/Makefile
parent61322ccc315fc5e23260f039189c197f1b30f335 (diff)
bw: Add a library to manage the allocation for the beacon module.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2074 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco/bw/test/Makefile')
-rw-r--r--cesar/cp2/cco/bw/test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/cp2/cco/bw/test/Makefile b/cesar/cp2/cco/bw/test/Makefile
new file mode 100644
index 0000000000..3ea3e3933e
--- /dev/null
+++ b/cesar/cp2/cco/bw/test/Makefile
@@ -0,0 +1,10 @@
+BASE = ../../../..
+
+ECOS=y
+
+TARGET_PROGRAMS = schedules
+
+schedules_SOURCES = bw_list_alloc_test.c
+schedules_MODULES = lib cp2/cco/bw
+
+include $(BASE)/common/make/top.mk