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