Makefile.include 144 Bytes Edit Raw Blame History 1 2 3 4 5 6 INCLUDES += -I$(PKGDIRBASE)/u8g2/csrc # Link SDL if enabled. ifneq (,$(filter u8g2_sdl,$(USEMODULE))) LINKFLAGS += `sdl-config --libs` endif