hal_mfs.mk 231 B

123456789
  1. # List of all the MFS subsystem files.
  2. MFSSRC := $(CHIBIOS)/os/hal/lib/complex/mfs/hal_mfs.c
  3. # Required include directories
  4. MFSINC := $(CHIBIOS)/os/hal/lib/complex/mfs
  5. # Shared variables
  6. ALLCSRC += $(MFSSRC)
  7. ALLINC += $(MFSINC)