aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/mfs/mfs.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-13 13:51:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-13 13:51:23 +0000
commit42cdb703e7fd3b3d8c0d5773615f8206bef4605a (patch)
tree2fd25e25ea9db652f640fbca3e814f018965a7de /os/hal/lib/complex/mfs/mfs.mk
parentdd512ccd919b79702161b0133a96a6338132d7a3 (diff)
downloadChibiOS-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/lib/complex/mfs/mfs.mk')
-rw-r--r--os/hal/lib/complex/mfs/mfs.mk5
1 files changed, 5 insertions, 0 deletions
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