From 0ecd09c3e1d1ed47c940541c41b79815b16bd627 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 3 Apr 2016 14:51:48 +1000 Subject: Add LUFA DMBS extension modules, use DMBS in project makefiles. --- BuildTests/BootloaderTest/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BuildTests/BootloaderTest') diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile index 01d93ce5d..f3f4fc586 100644 --- a/BuildTests/BootloaderTest/makefile +++ b/BuildTests/BootloaderTest/makefile @@ -60,5 +60,6 @@ clean: .PHONY: all begin end testbootloaders 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 -- cgit v1.2.3