1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2007-2022 Intel Corporation
3 # $FreeBSD$
4 .PATH: ${SRCTOP}/sys/dev/qat/qat_hw
5
6 KMOD= qat_hw
7 SRCS+= qat_c62x/adf_c62x_hw_data.c qat_c62x/adf_drv.c
8 SRCS+= qat_200xx/adf_200xx_hw_data.c qat_200xx/adf_drv.c
9 SRCS+= qat_4xxx/adf_4xxx_hw_data.c qat_4xxx/adf_drv.c
10 SRCS+= qat_c3xxx/adf_c3xxx_hw_data.c qat_c3xxx/adf_drv.c
11 SRCS+= qat_dh895xcc/adf_dh895xcc_hw_data.c qat_dh895xcc/adf_drv.c
12 SRCS+= qat_c4xxx/adf_c4xxx_hw_data.c qat_c4xxx/adf_drv.c qat_c4xxx/adf_c4xxx_ae_config.c qat_c4xxx/adf_c4xxx_misc_error_stats.c
13 SRCS+= qat_c4xxx/adf_c4xxx_pke_replay_stats.c qat_c4xxx/adf_c4xxx_ras.c qat_c4xxx/adf_c4xxx_res_part.c
14 SRCS+= qat_c4xxx/adf_c4xxx_reset.c
15 SRCS+= device_if.h bus_if.h vnode_if.h pci_if.h cryptodev_if.h
16
17 CFLAGS+= ${LINUXKPI_INCLUDES}
18 CFLAGS+= -I${SRCTOP}/sys/dev/qat/include
19 CFLAGS+= -I${SRCTOP}/sys/dev/qat/include/common
20 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/include
21 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/common/include
22 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/include/lac
23 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/qat_utils/include
24 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/qat_direct/include
25 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/firmware/include
26 CFLAGS+= -I${SRCTOP}/sys/dev/qat/qat_api/common/crypto/sym/include
27
28 .include <bsd.kmod.mk>
Cache object: 98c8dc7c559ea5ef5d0f0d4e15c8bea7
|