aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 07:58:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 07:58:29 +0000
commite72ef8c943b3a335fe4354e6451be99ab1346081 (patch)
tree7f3e178fe11465c79753666492605ee34f39aaec /demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile
parent644898df5f9771ad9308ed9abd7dee165a4b1268 (diff)
downloadChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.gz
ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.tar.bz2
ChibiOS-e72ef8c943b3a335fe4354e6451be99ab1346081.zip
STM32 TRNG driver, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile')
-rw-r--r--demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile
index afb684603..efd03dbf2 100644
--- a/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32L496ZG-NUCLEO144/Makefile
@@ -89,7 +89,7 @@ PROJECT = ch
MCU = cortex-m4
# Imported source files and paths.
-CHIBIOS = ../../..
+CHIBIOS := ../../..
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep