mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
223 B
Makefile
9 lines
223 B
Makefile
MODULE := littlefs
|
|
|
|
CFLAGS += -Wno-unused-parameter -Wno-format
|
|
# GCC 4.9 bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64480)
|
|
# used by MIPS
|
|
CFLAGS += -Wno-missing-field-initializers
|
|
|
|
include $(RIOTBASE)/Makefile.base
|