16 lines
501 B
Makefile
16 lines
501 B
Makefile
################################################################################
|
|
#
|
|
# perftest
|
|
#
|
|
################################################################################
|
|
|
|
PERFTEST_VERSION = 4.5-0.20
|
|
PERFTEST_SITE = $(call github,linux-rdma,perftest,v$(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))
|