aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-09 09:29:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-09 09:29:03 +0000
commit562e6c0313a596f684e60bf589144590a14d8130 (patch)
treeb1913c1a59051f57a2b1a5c6a2fa2d6bc1381923 /testhal/STM32
parent5a3cec6d006a0598e898476ee2abcf5a18d7a183 (diff)
downloadChibiOS-562e6c0313a596f684e60bf589144590a14d8130.tar.gz
ChibiOS-562e6c0313a596f684e60bf589144590a14d8130.tar.bz2
ChibiOS-562e6c0313a596f684e60bf589144590a14d8130.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9609 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/STM32L4xx/QSPI-N25Q128/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/QSPI-N25Q128/Makefile b/testhal/STM32/STM32L4xx/QSPI-N25Q128/Makefile
index 110783df6..0b9b33cdd 100644
--- a/testhal/STM32/STM32L4xx/QSPI-N25Q128/Makefile
+++ b/testhal/STM32/STM32L4xx/QSPI-N25Q128/Makefile
@@ -99,6 +99,7 @@ include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
include $(CHIBIOS)/os/ex/Micron/m25q.mk
+include $(CHIBIOS)/os/ex/subsystems/mfs/mfs.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# Define linker script file here
@@ -115,6 +116,7 @@ CSRC = $(STARTUPSRC) \
$(BOARDSRC) \
$(STREAMSSRC) \
$(M25QSRC) \
+ $(MFSSRC) \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -148,7 +150,7 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(M25QINC) \
- $(STREAMSINC) $(CHIBIOS)/os/various
+ $(MFSINC) $(STREAMSINC) $(CHIBIOS)/os/various
#
# Project, sources and paths