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

12 lines
227 B
Makefile
Raw Normal View History

2016-06-14 20:26:27 +02:00
PKG_NAME=u8g2
PKG_URL=https://github.com/olikraus/u8g2
2017-10-31 14:58:28 +01:00
PKG_VERSION=4dc79943020d9512207aea4cf914740556173793
2017-01-08 21:54:34 +01:00
PKG_LICENSE=BSD-2-Clause
2016-06-14 20:26:27 +02:00
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk