aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/mfs/mfs.mk
diff options
context:
space:
mode:
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)