mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
238 B
Makefile
10 lines
238 B
Makefile
|
PKG_NAME=gemmlowp
|
||
|
PKG_URL=https://github.com/google/gemmlowp
|
||
|
PKG_VERSION=dc69acdf61d7a64260ae0eb9c17421fef0488c02
|
||
|
PKG_LICENSE=Apache2.0
|
||
|
|
||
|
include $(RIOTBASE)/pkg/pkg.mk
|
||
|
|
||
|
all:
|
||
|
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.$(PKG_NAME)
|