diff options
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 |