Blame view

RIOT/pkg/spiffs/Makefile.include 171 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
  INCLUDES += -I$(RIOTPKG)/spiffs/include
  INCLUDES += -I$(PKGDIRBASE)/spiffs/riotbuild/
  
  ifneq (,$(filter spiffs_fs,$(USEMODULE)))
    DIRS += $(RIOTBASE)/pkg/spiffs/fs
  endif