kumquat-buildroot/package/perftest/perftest.mk

16 lines
504 B
Makefile
Raw Normal View History

################################################################################
#
# perftest
#
################################################################################
PERFTEST_VERSION = 23.10.0-0.29
PERFTEST_SITE = $(call github,linux-rdma,perftest,$(PERFTEST_VERSION))
PERFTEST_LICENSE = GPL-2.0 or BSD-2-Clause
PERFTEST_LICENSE_FILES = COPYING
PERFTEST_DEPENDENCIES = pciutils rdma-core
# Fetched from Github, with no configure script
PERFTEST_AUTORECONF = YES
$(eval $(autotools-package))