# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2022-2025, Amazon and/or its affiliates. All rights reserved.
# Use is subject to license terms.
#
#
# This file is part of Lustre, http://www.lustre.org/
#
obj-m += kefalnd.o
kefalnd-objs := efalnd.o efalnd_modparams.o efalnd_peerni.o efalnd_connection.o
kefalnd-objs += efalnd_debugfs.o
NOSTDINC_FLAGS += -I $(EFA_INCLUDE_PATH)
ifdef CONFIG_GCOV_PROFILE_LNET
GCOV_PROFILE := y
endif