1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:32:44 +01:00
RIOT/pkg/littlefs2/Makefile

13 lines
265 B
Makefile
Raw Normal View History

PKG_NAME=littlefs2
PKG_URL=https://github.com/ARMmbed/littlefs.git
2020-04-09 15:39:14 +02:00
# v2.2.1
PKG_VERSION=4c9146ea539f72749d6cc3ea076372a81b12cb11
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk
.PHONY: all
all:
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.littlefs2