summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cesar/test_general/station/compliance/Makefile6
-rw-r--r--cesar/test_general/station/maximus/Makefile5
2 files changed, 11 insertions, 0 deletions
diff --git a/cesar/test_general/station/compliance/Makefile b/cesar/test_general/station/compliance/Makefile
index 5cdeb48d0c..82133ab27d 100644
--- a/cesar/test_general/station/compliance/Makefile
+++ b/cesar/test_general/station/compliance/Makefile
@@ -10,3 +10,9 @@ station_MODULES = lib mac/common mac cl interface cp hal station \
test_general/station/common
include $(BASE)/common/make/top.mk
+
+all: maximus
+
+maximus:
+ $(MAKE) -C $(BASE)/maximus/python
+
diff --git a/cesar/test_general/station/maximus/Makefile b/cesar/test_general/station/maximus/Makefile
index 363a11ed78..a9b8987dc3 100644
--- a/cesar/test_general/station/maximus/Makefile
+++ b/cesar/test_general/station/maximus/Makefile
@@ -14,4 +14,9 @@ sta_maximus_MODULES = lib mac/common mac cl interface cp hal station host \
include $(BASE)/common/make/top.mk
+all: maximus
+
+maximus:
+ $(MAKE) -C $(BASE)/maximus/python
+
$(call src2obj,src/region_stub.c,target): $(BASE)/cp/fsm/fsm.h