mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2007-2022 Intel Corporation
|
|
SUBDIR= qat_c62x \
|
|
qat_200xx \
|
|
qat_c3xxx \
|
|
qat_c4xxx \
|
|
qat_dh895xcc \
|
|
qat_4xxx
|
|
|
|
.include <bsd.subdir.mk>
|