aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/mfs/hal_mfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/lib/complex/mfs/hal_mfs.mk')
-rw-r--r--os/hal/lib/complex/mfs/hal_mfs.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/lib/complex/mfs/hal_mfs.mk b/os/hal/lib/complex/mfs/hal_mfs.mk
new file mode 100644
index 000000000..6448737b8
--- /dev/null
+++ b/os/hal/lib/complex/mfs/hal_mfs.mk
@@ -0,0 +1,9 @@
+# List of all the MFS subsystem files.
+MFSSRC := $(CHIBIOS)/os/hal/lib/complex/mfs/hal_mfs.c
+
+# Required include directories
+MFSINC := $(CHIBIOS)/os/hal/lib/complex/mfs
+
+# Shared variables
+ALLCSRC += $(MFSSRC)
+ALLINC += $(MFSINC)