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