projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add LUFA DMBS extension modules, use DMBS in project makefiles.
[pub/USBasp.git]
/
BuildTests
/
BootloaderTest
/
makefile
diff --git
a/BuildTests/BootloaderTest/makefile
b/BuildTests/BootloaderTest/makefile
index
01d93ce
..
f3f4fc5
100644
(file)
--- 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