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

15 lines
414 B
Makefile
Raw Normal View History

PKG_NAME=fatfs
2020-11-10 17:59:03 +01:00
# upstream server is very unreliable, instead host the extracted
# .zip file on GitHub and apply only the upstream patches
PKG_URL=https://github.com/RIOT-OS/FatFS
# r0.15
PKG_VERSION=dab28e92fb4a2bea604771ede126251b9d35692a
PKG_LICENSE=BSD-1-Clause
include $(RIOTBASE)/pkg/pkg.mk
2020-11-10 17:59:03 +01:00
CFLAGS += -Wno-overflow
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/source -f $(RIOTBASE)/Makefile.base MODULE=fatfs