1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/ucglib/Makefile.ucglib_csrc
Alexandre Abadie 0fc0ad7207
pkg/ucglib: clean build system integration
And leave the original repository untouched (except for patches)
2020-06-12 17:55:29 +02:00

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