xref: /freebsd/sys/modules/qat/Makefile (revision a4e5e0106ac7145f56eb39a691e302cabb4635be)
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