aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qatfw/qat_c62x/Makefile
blob: 0385653bc7ff43fe84effc89ac55bc17c2e5ea25 (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= qat_c62x.bin:qat_c62x_fw:111 qat_c62x_mmp.bin:qat_c62x_mmp_fw:111

.include <bsd.kmod.mk>