From 42cdb703e7fd3b3d8c0d5773615f8206bef4605a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 13 Nov 2017 13:51:23 +0000 Subject: [PATCH] Moved things around. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10989 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/complex/mfs/mfs.mk | 5 ----- os/hal/{ => lib}/complex/mfs/mfs.c | 0 os/hal/{ => lib}/complex/mfs/mfs.h | 0 os/hal/lib/complex/mfs/mfs.mk | 5 +++++ os/hal/{ => lib}/complex/readme.txt | 0 testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 os/hal/complex/mfs/mfs.mk rename os/hal/{ => lib}/complex/mfs/mfs.c (100%) rename os/hal/{ => lib}/complex/mfs/mfs.h (100%) create mode 100644 os/hal/lib/complex/mfs/mfs.mk rename os/hal/{ => lib}/complex/readme.txt (100%) diff --git a/os/hal/complex/mfs/mfs.mk b/os/hal/complex/mfs/mfs.mk deleted file mode 100644 index 200655196..000000000 --- a/os/hal/complex/mfs/mfs.mk +++ /dev/null @@ -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 \ No newline at end of file diff --git a/os/hal/complex/mfs/mfs.c b/os/hal/lib/complex/mfs/mfs.c similarity index 100% rename from os/hal/complex/mfs/mfs.c rename to os/hal/lib/complex/mfs/mfs.c diff --git a/os/hal/complex/mfs/mfs.h b/os/hal/lib/complex/mfs/mfs.h similarity index 100% rename from os/hal/complex/mfs/mfs.h rename to os/hal/lib/complex/mfs/mfs.h diff --git a/os/hal/lib/complex/mfs/mfs.mk b/os/hal/lib/complex/mfs/mfs.mk new file mode 100644 index 000000000..eeec6da84 --- /dev/null +++ b/os/hal/lib/complex/mfs/mfs.mk @@ -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 \ No newline at end of file diff --git a/os/hal/complex/readme.txt b/os/hal/lib/complex/readme.txt similarity index 100% rename from os/hal/complex/readme.txt rename to os/hal/lib/complex/readme.txt diff --git a/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile b/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile index 0b9b33cdd..c54cb27b2 100644 --- a/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile +++ b/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile @@ -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