1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/spiffs/Makefile

15 lines
390 B
Makefile
Raw Normal View History

PKG_NAME=spiffs
PKG_URL=https://github.com/pellepl/spiffs.git
2017-07-17 13:55:55 +02:00
PKG_VERSION=287148c46587089c4543a21eef2d6e9e14b88364
2018-04-12 09:54:04 +02:00
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
# Disable 'ISO C99 doesnt support unnamed structs/unions [-Werror=pedantic]'
CFLAGS += -Wno-pedantic
2021-11-12 15:55:33 +01:00
CFLAGS += -Wno-cast-align
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)