diff options
Diffstat (limited to 'os/hal/lib/complex')
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/os/hal/lib/complex/mfs/mfs.mk b/os/hal/lib/complex/mfs/mfs.mk index eeec6da84..b1b67bb61 100644 --- a/os/hal/lib/complex/mfs/mfs.mk +++ b/os/hal/lib/complex/mfs/mfs.mk @@ -2,4 +2,8 @@ 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 +MFSINC := $(CHIBIOS)/os/hal/lib/complex/mfs
+
+# Shared variables
+ALLCSRC += $(MFSSRC)
+ALLINC += $(MFSINC)
|