# 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/
#

MODULES := kefalnd
kefalnd-objs := efalnd.o efalnd_modparams.o efalnd_peerni.o efalnd_connection.o
kefalnd-objs += efalnd_debugfs.o

NOSTDINC_FLAGS += -I 

include /home/green/git/lustre-release/Rules
