Blame view

RIOT/pkg/u8g2/Makefile 227 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  PKG_NAME=u8g2
  PKG_URL=https://github.com/olikraus/u8g2
  PKG_VERSION=9833db01f3e8b865af94e40237fa8c937b732159
  PKG_LICENSE=BSD-2-Clause
  
  .PHONY: all
  
  all: git-download
  	"$(MAKE)" -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk