mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2007-2022 Intel Corporation
|
|
SUBDIR= qat_common \
|
|
qat_api \
|
|
qat_hw \
|
|
qat
|
|
|
|
.include <bsd.subdir.mk>
|