mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9c10580ba4
This tool unifies multiple functionalities needed by the Kconfig integration into one tool.
14 lines
324 B
Makefile
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
|