aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2018-06-12 08:59:08 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2018-06-12 08:59:08 +0000
commit474bc51a14c162376e2c191bf2c92abd9b4b52a0 (patch)
tree30905d550b98c7feef845966172701321b6e7735 /os/hal/ports
parentc2477148f07125ff9432dfda59484b482a7251b4 (diff)
downloadChibiOS-474bc51a14c162376e2c191bf2c92abd9b4b52a0.tar.gz
ChibiOS-474bc51a14c162376e2c191bf2c92abd9b4b52a0.tar.bz2
ChibiOS-474bc51a14c162376e2c191bf2c92abd9b4b52a0.zip
Resolve compilation error while Crypto subsystem is activated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12086 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/platform.mk b/os/hal/ports/STM32/STM32F4xx/platform.mk
index 62f26fef9..2643dbdaf 100644
--- a/os/hal/ports/STM32/STM32F4xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F4xx/platform.mk
@@ -23,6 +23,7 @@ endif
# Drivers compatible with the platform.
include $(CHIBIOS)/os/hal/ports/STM32/LLD/ADCv2/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/CANv1/driver.mk
+include $(CHIBIOS)/os/hal/ports/STM32/LLD/CRYPv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv2/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/driver.mk