blob: 6160d13a13c012a375c08148b0d47a83fc0f118f [file] [log] [blame]
Raphael Vicente Rosa86e56912022-02-01 17:49:05 +01001{#
2SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3SPDX-License-Identifier: Apache-2.0
4#}
5MAKE="echo; ./configure --enable-icp-sriov=host && make && make install"
6CLEAN="make clean && make distclean"
7BUILT_MODULE_NAME=qat_api
8BUILT_MODULE_LOCATION=build/
9PACKAGE_NAME=qat
10PACKAGE_VERSION={{ sriov_qat_version }}
11DEST_MODULE_LOCATION=/updates
12AUTOINSTALL=yes
13REMAKE_INITRD=yes