mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:52:45 +01:00
12 lines
214 B
Makefile
12 lines
214 B
Makefile
MODULE = ucglib_csrc
|
|
|
|
CFLAGS += -Wno-unused
|
|
|
|
ifeq (llvm,$(TOOLCHAIN))
|
|
CFLAGS += -Wno-misleading-indentation
|
|
CFLAGS += -Wno-unused-parameter
|
|
CFLAGS += -Wno-newline-eof
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|