aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-17 09:57:43 +0300
committerbarthess <barthess@yandex.ru>2016-10-17 15:53:08 +0300
commitae0a3ca9dec6d14b82f08a6eebc679281dd3fbb3 (patch)
tree56aa825e721dcfddc6b2f0490907c95094439d18 /os/hal/hal.mk
parentcc82c5c5c033fd12bd7f4733f2e57d17efd87315 (diff)
downloadChibiOS-Contrib-ae0a3ca9dec6d14b82f08a6eebc679281dd3fbb3.tar.gz
ChibiOS-Contrib-ae0a3ca9dec6d14b82f08a6eebc679281dd3fbb3.tar.bz2
ChibiOS-Contrib-ae0a3ca9dec6d14b82f08a6eebc679281dd3fbb3.zip
USB_MSD. Initial commit.
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index ce74620..f05ddbc 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -18,6 +18,7 @@ HALSRC += ${CHIBIOS_CONTRIB}/os/hal/src/hal_community.c \
${CHIBIOS_CONTRIB}/os/hal/src/hal_eeprom.c \
${CHIBIOS_CONTRIB}/os/hal/src/hal_timcap.c \
${CHIBIOS_CONTRIB}/os/hal/src/hal_qei.c \
- ${CHIBIOS_CONTRIB}/os/hal/src/hal_usb_hid.c
+ ${CHIBIOS_CONTRIB}/os/hal/src/hal_usb_hid.c \
+ ${CHIBIOS_CONTRIB}/os/hal/src/hal_usb_msd.c
HALINC += ${CHIBIOS_CONTRIB}/os/hal/include