1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
RIOT/pkg/u8g2/Makefile.u8g2_sdl
2020-06-12 10:31:59 +02:00

14 lines
341 B
Makefile

MODULE = u8g2_sdl
CFLAGS += $(shell sdl2-config --cflags)
# Ignore warning generated when compiling this module
CFLAGS += -Wno-empty-translation-unit \
-Wno-newline-eof \
-Wno-unused-parameter \
-Wno-unused \
-Wno-overlength-strings \
-Wno-pointer-arith
include $(RIOTBASE)/Makefile.base