aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/mfs/mfs.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 12:06:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 12:06:42 +0000
commit8bd7175893bc05ed967b44da1977d6c5108c6afa (patch)
treefcf0cdad790783413636d0db228af534013616d7 /os/hal/lib/complex/mfs/mfs.mk
parentdc7ae21c744272f7796386c4a8ad68cb41278359 (diff)
downloadChibiOS-8bd7175893bc05ed967b44da1977d6c5108c6afa.tar.gz
ChibiOS-8bd7175893bc05ed967b44da1977d6c5108c6afa.tar.bz2
ChibiOS-8bd7175893bc05ed967b44da1977d6c5108c6afa.zip
Renamed for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12347 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/lib/complex/mfs/mfs.mk')
-rw-r--r--os/hal/lib/complex/mfs/mfs.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/lib/complex/mfs/mfs.mk b/os/hal/lib/complex/mfs/mfs.mk
deleted file mode 100644
index b1b67bb61..000000000
--- a/os/hal/lib/complex/mfs/mfs.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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
-
-# Shared variables
-ALLCSRC += $(MFSSRC)
-ALLINC += $(MFSINC)