aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/qat/Makefile
blob: e32a9495f7bc5b166333c609b91e3195661bfa3c (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2007-2022 Intel Corporation
SUBDIR=	qat_common \
	qat_api \
	qat_hw \
	qat

.include <bsd.subdir.mk>