diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-13 13:51:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-13 13:51:23 +0000 |
commit | 42cdb703e7fd3b3d8c0d5773615f8206bef4605a (patch) | |
tree | 2fd25e25ea9db652f640fbca3e814f018965a7de /os/hal | |
parent | dd512ccd919b79702161b0133a96a6338132d7a3 (diff) | |
download | ChibiOS-42cdb703e7fd3b3d8c0d5773615f8206bef4605a.tar.gz ChibiOS-42cdb703e7fd3b3d8c0d5773615f8206bef4605a.tar.bz2 ChibiOS-42cdb703e7fd3b3d8c0d5773615f8206bef4605a.zip |
Moved things around.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10989 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/complex/mfs/mfs.mk | 5 | ||||
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.c (renamed from os/hal/complex/mfs/mfs.c) | 0 | ||||
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.h (renamed from os/hal/complex/mfs/mfs.h) | 0 | ||||
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.mk | 5 | ||||
-rw-r--r-- | os/hal/lib/complex/readme.txt (renamed from os/hal/complex/readme.txt) | 0 |
5 files changed, 5 insertions, 5 deletions
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 index 6f44032ce..6f44032ce 100644 --- a/os/hal/complex/mfs/mfs.c +++ b/os/hal/lib/complex/mfs/mfs.c diff --git a/os/hal/complex/mfs/mfs.h b/os/hal/lib/complex/mfs/mfs.h index bfaa92681..bfaa92681 100644 --- a/os/hal/complex/mfs/mfs.h +++ b/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 index fafdfacec..fafdfacec 100644 --- a/os/hal/complex/readme.txt +++ b/os/hal/lib/complex/readme.txt |