Whamcloud - gitweb
LU-17000 utils: handle_yaml_no_op() has wrong signature
[fs/lustre-release.git] / lustre / osp / Makefile.in
1 # SPDX-License-Identifier: GPL-2.0
2
3 #
4 # This file is part of Lustre, http://www.lustre.org/
5 #
6
7 MODULES = osp
8 osp-objs = osp_dev.o osp_object.o osp_precreate.o osp_sync.o lproc_osp.o
9 osp-objs += lwp_dev.o osp_md_object.o osp_trans.o
10
11 EXTRA_DIST = $(osp-objs:.o=.c) osp_internal.h
12
13 @INCLUDE_RULES@