ChibiOS/os/vfs/vfs.mk

10 lines
220 B
Makefile

# List of all the ChibiOS/VFS files.
VFSSRC := $(CHIBIOS)/os/vfs/src/vfssystem.c
# Required include directories
VFSINC := $(CHIBIOS)/os/vfs/include
# Shared variables
ALLCSRC += $(VFSSRC)
ALLINC += $(VFSINC)