diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-21 20:24:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-21 20:24:29 +0000 |
commit | 393fc71d8e82f4be67fac7f7f33538b92555b4f9 (patch) | |
tree | d70a8fdcc039a3461cb98b95e7aa969419b00bed /Demos/Host/ClassDriver/AudioOutputHost/makefile | |
parent | 532b3a18f1194a53c41e5b0689dc65791176ed65 (diff) | |
download | lufa-393fc71d8e82f4be67fac7f7f33538b92555b4f9.tar.gz lufa-393fc71d8e82f4be67fac7f7f33538b92555b4f9.tar.bz2 lufa-393fc71d8e82f4be67fac7f7f33538b92555b4f9.zip |
Add HID bootloader build module (thanks to Stefan Hellermann).
Diffstat (limited to 'Demos/Host/ClassDriver/AudioOutputHost/makefile')
-rw-r--r-- | Demos/Host/ClassDriver/AudioOutputHost/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/AudioOutputHost/makefile b/Demos/Host/ClassDriver/AudioOutputHost/makefile index 20d2d85d2..ea54c2e5f 100644 --- a/Demos/Host/ClassDriver/AudioOutputHost/makefile +++ b/Demos/Host/ClassDriver/AudioOutputHost/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 |