aboutsummaryrefslogtreecommitdiffstats
path: root/ChibiOS_20.3.2/os/hal/lib/complex/mfs/hal_mfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ChibiOS_20.3.2/os/hal/lib/complex/mfs/hal_mfs.mk')
-rw-r--r--ChibiOS_20.3.2/os/hal/lib/complex/mfs/hal_mfs.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/os/hal/lib/complex/mfs/hal_mfs.mk b/ChibiOS_20.3.2/os/hal/lib/complex/mfs/hal_mfs.mk
new file mode 100644
index 0000000..6448737
--- /dev/null
+++ b/ChibiOS_20.3.2/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)