ChibiOS/os/vfs/vfs.mk

11 lines
261 B
Makefile

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