mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
feff412bcc
Makefiles don't do comments, so these were forwarded into the variable. *Most* users would expand the arguments to a shell where it'd be ignored, but not all of them. Contributes-To: https://github.com/RIOT-OS/RIOT/pull/18489 (This is also where the one version that is added here was removed).
15 lines
415 B
Makefile
15 lines
415 B
Makefile
PKG_NAME=fatfs
|
|
# 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.14b
|
|
PKG_VERSION=246c97b1eb7f1900eb00d5ed7e3bf4cdb4558039
|
|
PKG_LICENSE=BSD-1-Clause
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-overflow
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/source -f $(RIOTBASE)/Makefile.base MODULE=fatfs
|