aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qatfw/qat_c62x/Makefile
blob: ac1636b81e56d07966c8eab3122d61b96234d89f (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_c62x_fw

FIRMWS= ${SRCTOP}/sys/contrib/dev/qat/qat_c62x.bin:qat_c62x_fw:111 ${SRCTOP}/sys/contrib/dev/qat/qat_c62x_mmp.bin:qat_c62x_mmp_fw:111

.include <bsd.kmod.mk>