mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f08116f3ce
Prepare for handling pkg state with files. So it requires having the path defined before declaring targets. In addition, it cleans up the old git-download target.
13 lines
350 B
Makefile
13 lines
350 B
Makefile
PKG_NAME=kconfiglib
|
|
PKG_URL=https://github.com/ulfalizer/Kconfiglib
|
|
PKG_VERSION=82f59179b1b35fcd8b6d188453b283599ea70518
|
|
PKG_LICENSE=ISC
|
|
PKG_BUILDDIR=$(CURDIR)/bin
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
cp $(PKG_BUILDDIR)/kconfiglib.py $(PKG_BUILDDIR)/menuconfig.py \
|
|
$(PKG_BUILDDIR)/genconfig.py $(PKG_BUILDDIR)/examples/merge_config.py \
|
|
.
|