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