# SPDX-License-Identifier: GPL-2.0

#
# This file is part of Lustre, http://www.lustre.org/
#

MODULES := lmv
lmv-objs := lmv_obd.o lmv_intent.o lmv_fld.o lproc_lmv.o

EXTRA_DIST = $(lmv-objs:.o=.c) lmv_internal.h

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