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