aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/HIDReportViewer
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 /Projects/HIDReportViewer
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 'Projects/HIDReportViewer')
-rw-r--r--Projects/HIDReportViewer/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/HIDReportViewer/makefile b/Projects/HIDReportViewer/makefile
index b56e72f6c..ecb4989c1 100644
--- a/Projects/HIDReportViewer/makefile
+++ b/Projects/HIDReportViewer/makefile
@@ -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