Moved things around.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10989 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-11-13 13:51:23 +00:00
parent dd512ccd91
commit 42cdb703e7
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# List of all the MFS subsystem files.
MFSSRC := $(CHIBIOS)/os/hal/complex/mfs/mfs.c
# Required include directories
MFSINC := $(CHIBIOS)/os/hal/complex/mfs

View File

@ -0,0 +1,5 @@
# List of all the MFS subsystem files.
MFSSRC := $(CHIBIOS)/os/hal/lib/complex/mfs/mfs.c
# Required include directories
MFSINC := $(CHIBIOS)/os/hal/lib/complex/mfs

View File

@ -99,7 +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/complex/mfs/mfs.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# Define linker script file here