aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qatfw/qat_c4xxx/Makefile
blob: 8b4e0cda6746104e5abcd20d61586cbcc2ca01bb (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_c4xxx_fw

FIRMWS= qat_c4xxx.bin:qat_c4xxx_fw:111 qat_c4xxx_mmp.bin:qat_c4xxx_mmp_fw:111

.include <bsd.kmod.mk>