perftest.mk 501 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # perftest
  4. #
  5. ################################################################################
  6. PERFTEST_VERSION = 4.5-0.20
  7. PERFTEST_SITE = $(call github,linux-rdma,perftest,v$(PERFTEST_VERSION))
  8. PERFTEST_LICENSE = GPL-2.0 or BSD-2-Clause
  9. PERFTEST_LICENSE_FILES = COPYING
  10. PERFTEST_DEPENDENCIES = pciutils rdma-core
  11. # Fetched from Github, with no configure script
  12. PERFTEST_AUTORECONF = YES
  13. $(eval $(autotools-package))