mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
227 B
Makefile
12 lines
227 B
Makefile
PKG_NAME=u8g2
|
|
PKG_URL=https://github.com/olikraus/u8g2
|
|
PKG_VERSION=7346987f4e2eadc2e0791b77a1c1c8a27bd72a93
|
|
PKG_LICENSE=BSD-2-Clause
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|