Blame view

RIOT/pkg/u8g2/Makefile.include 144 Bytes
a752c7ab   elopes   add first test an...
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