mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
09ca500d3e
* add x230-nkstorecli board; * add modules: nkstorecli, libnk, libhidapi-libusb * version bump nkstorecli; related minor in libnk * upd. libnk module version bump to 3.6; remove 3.5 patch
16 lines
594 B
Makefile
16 lines
594 B
Makefile
modules-$(CONFIG_NKSTORECLI) += nkstorecli
|
|
|
|
nkstorecli_depends := libnitrokey libusb $(musl_dep)
|
|
|
|
nkstorecli_version := 0.4.1
|
|
nkstorecli_dir := nkstorecli-$(nkstorecli_version)
|
|
nkstorecli_tar := nkstorecli-$(nkstorecli_version).tar.gz
|
|
nkstorecli_url := https://github.com/Nitrokey/nitrokey-storage-cli/releases/download/v$(nkstorecli_version)/nkstorecli-$(nkstorecli_version).tar.gz
|
|
nkstorecli_hash := 0fa7dbbede453b9c40d920c0563afdd2b0f7d08625aeb68f065512613b6fbb6b
|
|
|
|
nkstorecli_target := $(MAKE_JOBS) -C src $(CROSS_TOOLS) DESTDIR=$(INSTALL) install
|
|
|
|
nkstorecli_output := \
|
|
src/nkstorecli
|
|
|