aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/Makefile
diff options
context:
space:
mode:
authorDiego Ismirlian <dismirlian (at) google's mail.com>2017-08-07 18:50:39 -0300
committerDiego Ismirlian <dismirlian (at) google's mail.com>2017-08-07 18:50:39 -0300
commit2fb40b504f7596b154dc4cc940b222790ea1f580 (patch)
treea2e8074c633e05e38e591dc0f455f013497418ee /testhal/STM32/STM32F4xx/USB_HOST/Makefile
parentd72557da5a5144819e493cd0f16480b1f67b2226 (diff)
downloadChibiOS-Contrib-2fb40b504f7596b154dc4cc940b222790ea1f580.tar.gz
ChibiOS-Contrib-2fb40b504f7596b154dc4cc940b222790ea1f580.tar.bz2
ChibiOS-Contrib-2fb40b504f7596b154dc4cc940b222790ea1f580.zip
USBH: Fix compile with FATFS 0.12b
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_HOST/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/USB_HOST/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_HOST/Makefile b/testhal/STM32/STM32F4xx/USB_HOST/Makefile
index 33d032a..dfda9ac 100644
--- a/testhal/STM32/STM32F4xx/USB_HOST/Makefile
+++ b/testhal/STM32/STM32F4xx/USB_HOST/Makefile
@@ -102,7 +102,7 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
include $(CHIBIOS)/test/rt/test.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
include $(CHIBIOS)/os/various/shell/shell.mk
-include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
+include $(CHIBIOS_CONTRIB)/os/various/fatfs_bindings/fatfs.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F407xG.ld