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