mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
232 B
Makefile
13 lines
232 B
Makefile
MODULE = u8g2_csrc
|
|
|
|
CFLAGS += -Wno-overlength-strings
|
|
|
|
# avoid compilation errors when NDEBUG is defined
|
|
CFLAGS += -Wno-unused-variable
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
CFLAGS += -Wno-newline-eof
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|