mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
716ab1ce36
New version introduces better support for the different SPI modes.
11 lines
202 B
Makefile
11 lines
202 B
Makefile
PKG_NAME=u8g2
|
|
PKG_URL=https://github.com/olikraus/u8g2
|
|
PKG_VERSION=2c9ca376e0e0eaa496494926ccfd77b035518c8d
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|