summaryrefslogtreecommitdiff
path: root/cesar/test_general/station/compliance-eoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/station/compliance-eoc/Makefile')
-rw-r--r--cesar/test_general/station/compliance-eoc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/cesar/test_general/station/compliance-eoc/Makefile b/cesar/test_general/station/compliance-eoc/Makefile
index 347bed82a8..71987aa73e 100644
--- a/cesar/test_general/station/compliance-eoc/Makefile
+++ b/cesar/test_general/station/compliance-eoc/Makefile
@@ -1,6 +1,6 @@
-all: board-cco board-sta simu-sta
+all: board-cco board-sta simu-sta simu-cco
-clean: board-cco-clean board-sta-clean simu-sta-clean
+clean: board-cco-clean board-sta-clean simu-sta-clean simu-cco-clean
board-cco: board-cco-Makefile board-cco-ecos.ecc.sh
make -f board-cco-Makefile
@@ -16,3 +16,8 @@ simu-sta: simu-sta-Makefile simu-sta-ecos.ecc.sh
make -f simu-sta-Makefile
simu-sta-clean: simu-sta-Makefile
make -f simu-sta-Makefile clean
+
+simu-cco: simu-cco-Makefile simu-cco-ecos.ecc.sh
+ make -f simu-cco-Makefile
+simu-cco-clean: simu-cco-Makefile
+ make -f simu-cco-Makefile clean