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

7 lines
157 B
Makefile
Raw Normal View History

2018-04-12 09:54:04 +02:00
MODULE := spiffs
2018-04-12 09:55:52 +02:00
# Disable 'ISO C99 doesnt support unnamed structs/unions [-Werror=pedantic]'
CFLAGS += -Wno-pedantic
2018-04-12 09:54:04 +02:00
include $(RIOTBASE)/Makefile.base