Blame view

RIOT/pkg/u8g2/Makefile.include 157 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
  INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/u8g2/csrc
  
  # Link SDL if enabled.
  ifneq (,$(filter u8g2_sdl,$(USEMODULE)))
    LINKFLAGS += `sdl-config --libs`
  endif