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

13 lines
232 B
Makefile
Raw Normal View History

MODULE = u8g2_csrc
CFLAGS += -Wno-overlength-strings
2020-06-26 12:41:27 +02:00
# avoid compilation errors when NDEBUG is defined
CFLAGS += -Wno-unused-variable
ifeq (llvm,$(TOOLCHAIN))
CFLAGS += -Wno-newline-eof
endif
include $(RIOTBASE)/Makefile.base