mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Reviewed by: Zdziarski, KrzysztofX <krzysztofx.zdziarski@intel.com> Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36032
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2007-2022 Intel Corporation
|
|
# $FreeBSD$
|
|
SUBDIR= qat_c62x \
|
|
qat_200xx \
|
|
qat_c3xxx \
|
|
qat_c4xxx \
|
|
qat_dh895xcc
|
|
|
|
.include <bsd.subdir.mk>
|