aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/SingleUSBModeTest/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/SingleUSBModeTest/makefile')
-rw-r--r--BuildTests/SingleUSBModeTest/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile
index 54f1e1f6f..712af0b45 100644
--- a/BuildTests/SingleUSBModeTest/makefile
+++ b/BuildTests/SingleUSBModeTest/makefile
@@ -52,5 +52,6 @@ clean:
.PHONY: begin end compile clean
-# Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa_core.mk
+# Include common DMBS build system modules
+DMBS_PATH ?= $(LUFA_PATH)/Build/DMBS/DMBS
+include $(DMBS_PATH)/core.mk