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

13 lines
319 B
Makefile
Raw Normal View History

2020-03-11 22:47:08 +01:00
PKG_NAME=yxml
PKG_URL=https://g.blicky.net/yxml.git
2021-10-01 13:14:37 +02:00
PKG_MIRROR_URL=https://github.com/RIOT-OS-pkgmirror/yxml.git
2020-03-11 22:47:08 +01:00
PKG_VERSION=f9438757fc49b9f86961ddb55ae430e36bb88ebb
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
CFLAGS += -Wno-unused-parameter
2020-03-11 22:47:08 +01:00
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base