RIOT/pkg/spiffs/Makefile.include
2018-04-12 09:54:04 +02:00

7 lines
165 B
Makefile

INCLUDES += -I$(RIOTPKG)/spiffs/include
INCLUDES += -I$(PKGDIRBASE)/spiffs/src/
ifneq (,$(filter spiffs_fs,$(USEMODULE)))
DIRS += $(RIOTBASE)/pkg/spiffs/fs
endif