ChibiOS/os/hal/lib/complex/mfs/mfs.mk

10 lines
236 B
Makefile

# 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)