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