1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/ucglib/Makefile.include

13 lines
336 B
Makefile
Raw Normal View History

2018-04-05 14:20:42 +02:00
INCLUDES += -I$(PKGDIRBASE)/ucglib/csrc
INCLUDES += -I$(RIOTBASE)/pkg/ucglib/contrib
# The RIOT-OS interface needs this to store peripheral information.
CFLAGS += -DWITH_USER_PTR
2018-04-05 14:20:42 +02:00
# Link SDL if enabled.
ifneq (,$(filter ucglib_sdl,$(USEMODULE)))
LINKFLAGS += $(shell sdl2-config --libs)
2018-04-05 14:20:42 +02:00
endif
DIRS += $(RIOTBASE)/pkg/ucglib/contrib