You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
240 B
Makefile

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