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