aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-09 11:59:51 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-09 11:59:51 +0000
commit0deff4750e9aa70a01c5c7db6aeb3f32024df352 (patch)
tree8fbbf5dbc07706f7c571629eb536987598554a8f /testhal/STM32
parentf0d90404d995f4a023be047e7d431c81ff56ed5a (diff)
downloadChibiOS-0deff4750e9aa70a01c5c7db6aeb3f32024df352.tar.gz
ChibiOS-0deff4750e9aa70a01c5c7db6aeb3f32024df352.tar.bz2
ChibiOS-0deff4750e9aa70a01c5c7db6aeb3f32024df352.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9455 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile b/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile
index d2b1521f3..be1072f8a 100644
--- a/testhal/STM32/STM32F3xx/SPI-N25Q128/Makefile
+++ b/testhal/STM32/STM32F3xx/SPI-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/n25q128.mk
+include $(CHIBIOS)/os/ex/subsystems/mfs/mfs.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32F303xC.ld
@@ -113,6 +114,7 @@ CSRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(N25Q128SRC) \
+ $(MFSSRC) \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -146,7 +148,7 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \
- $(N25Q128INC)
+ $(N25Q128INC) $(MFSINC)
#
# Project, sources and paths