aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/mfs/mfs.mk
blob: b1b67bb61d25e0f2b81365edff3afeeadea534be (plain)
1
2
3
4
5
6
7
8
9
# 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)