aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/StaticAnalysisTest/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/StaticAnalysisTest/makefile')
-rw-r--r--BuildTests/StaticAnalysisTest/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile
index e6de603a2..722ba5e85 100644
--- a/BuildTests/StaticAnalysisTest/makefile
+++ b/BuildTests/StaticAnalysisTest/makefile
@@ -39,9 +39,9 @@ end:
%:
-
.PHONY: all begin end
-# Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa_core.mk
-include $(LUFA_PATH)/Build/lufa_cppcheck.mk
+# Include common DMBS build system modules
+DMBS_PATH ?= $(LUFA_PATH)/Build/DMBS/DMBS
+include $(DMBS_PATH)/core.mk
+include $(DMBS_PATH)/cppcheck.mk