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

12 lines
228 B
Makefile
Raw Normal View History

PKG_NAME=littlefs
PKG_URL=https://github.com/geky/littlefs.git
2018-02-20 10:24:50 +01:00
PKG_VERSION=v1.3
PKG_LICENSE=Apache-2.0
.PHONY: all
all: git-download
2018-02-20 10:25:23 +01:00
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.littlefs
include $(RIOTBASE)/pkg/pkg.mk