1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/kconfiglib/Makefile
Leandro Lanzieri 9c10580ba4
dist/tools/kconfiglib: introduce own genconfig.py tool
This tool unifies multiple functionalities needed by the Kconfig
integration into one tool.
2020-08-07 18:17:37 +02:00

14 lines
324 B
Makefile

PKG_NAME=kconfiglib
PKG_URL=https://github.com/ulfalizer/Kconfiglib
PKG_VERSION=061e71f7d78cb057762d88de088055361863deff
PKG_LICENSE=ISC
include $(RIOTBASE)/pkg/pkg.mk
all:
$(Q)cp $(PKG_SOURCE_DIR)/kconfiglib.py $(PKG_SOURCE_DIR)/menuconfig.py \
.
remove:
$(Q)$(RM) -r $(PKG_SOURCE_DIR) kconfiglib.py menuconfig.py