mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
11 lines
202 B
Makefile
11 lines
202 B
Makefile
PKG_NAME=u8g2
|
|
PKG_URL=https://github.com/olikraus/u8g2
|
|
PKG_VERSION=94dacdb84e06a6088b9d17a1e7ba009dbd3618be
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|