kumquat-buildroot/package/tegrarcm/tegrarcm.mk
Julian Scheel e903e453be tegrarcm: new package
Add package for the tegrarcm host utility that allows loading data to
tegra processors in recovery mode.

Signed-off-by: Julian Scheel <julian@jusst.de>
[Thomas: replace cryptopp cross-compilation fix by a more
autoconf-style solution, which has been submitted upstream.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-19 22:20:22 +02:00

15 lines
499 B
Makefile

################################################################################
#
# tegrarcm
#
################################################################################
TEGRARCM_VERSION = v1.7
TEGRARCM_SITE = $(call github,NVIDIA,tegrarcm,$(TEGRARCM_VERSION))
TEGRARCM_LICENSE = BSD-3c / NVIDIA Software License (src/miniloader)
TEGRARCM_LICENSE_FILE = LICENSE
TEGRARCM_AUTORECONF = YES
HOST_TEGRARCM_DEPENDENCIES = host-libusb host-pkgconf host-cryptopp
$(eval $(host-autotools-package))