mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
150 B
Makefile
10 lines
150 B
Makefile
MODULE = u8g2_csrc
|
|
|
|
CFLAGS += -Wno-overlength-strings
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
CFLAGS += -Wno-newline-eof
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|