aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-21 20:24:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-21 20:24:29 +0000
commit393fc71d8e82f4be67fac7f7f33538b92555b4f9 (patch)
treed70a8fdcc039a3461cb98b95e7aa969419b00bed /LUFA/CodeTemplates
parent532b3a18f1194a53c41e5b0689dc65791176ed65 (diff)
downloadlufa-393fc71d8e82f4be67fac7f7f33538b92555b4f9.tar.gz
lufa-393fc71d8e82f4be67fac7f7f33538b92555b4f9.tar.bz2
lufa-393fc71d8e82f4be67fac7f7f33538b92555b4f9.zip
Add HID bootloader build module (thanks to Stefan Hellermann).
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r--LUFA/CodeTemplates/makefile_template1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/CodeTemplates/makefile_template b/LUFA/CodeTemplates/makefile_template
index fd53e3706..cf2b6737c 100644
--- a/LUFA/CodeTemplates/makefile_template
+++ b/LUFA/CodeTemplates/makefile_template
@@ -31,5 +31,6 @@ include $(LUFA_PATH)/Build/lufa.build.in
include $(LUFA_PATH)/Build/lufa.cppcheck.in
include $(LUFA_PATH)/Build/lufa.doxygen.in
include $(LUFA_PATH)/Build/lufa.dfu.in
+include $(LUFA_PATH)/Build/lufa.hid.in
include $(LUFA_PATH)/Build/lufa.avrdude.in
include $(LUFA_PATH)/Build/lufa.atprogram.in