xref: /freebsd/sys/modules/qat/Makefile (revision b1bebaaba9b9c0ddfe503c43ca8e9e3917ee2c57)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2007-2022 Intel Corporation
3SUBDIR=	qat_common \
4	qat_api \
5	qat_hw \
6	qat
7
8.include <bsd.subdir.mk>
9