aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_HOST/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-08-08 17:29:51 +0200
committerGitHub <noreply@github.com>2017-08-08 17:29:51 +0200
commitc0205baf7d49b76e512dbae2537c062ac8efefc1 (patch)
treef26c2d640922440946595e17e819bf1cdd3d8840 /testhal/STM32/STM32F4xx/USB_HOST/Makefile
parente04751c836619094826dbd1c106d50a3b6ace32f (diff)
parentbec3eada374945e6ebf9c12fe5722e99636718c4 (diff)
downloadChibiOS-Contrib-c0205baf7d49b76e512dbae2537c062ac8efefc1.tar.gz
ChibiOS-Contrib-c0205baf7d49b76e512dbae2537c062ac8efefc1.tar.bz2
ChibiOS-Contrib-c0205baf7d49b76e512dbae2537c062ac8efefc1.zip
Merge pull request #123 from dismirlian/usbh_devel
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