aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qatfw/qat_200xx/Makefile
blob: 97ec5080f1c8107db6e19f73964cac0d3e0129e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2007-2022 Intel Corporation
.PATH: ${SRCTOP}/sys/contrib/dev/qat

KMOD= qat_200xx_fw

FIRMWS= qat_200xx.bin:qat_200xx_fw:111 qat_200xx_mmp.bin:qat_200xx_mmp_fw:111

.include <bsd.kmod.mk>