From f5926ee46e1c4435d1428a6a9eb0ee65eab81b8a Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 4 Apr 2006 07:41:12 +0000 Subject: [PATCH] add missed makefile stuff --- lustre/cmm/Makefile.in | 4 ++++ lustre/cmm/autoMakefile.am | 11 +++++++++++ lustre/cmm/cmm_internal.h | 2 -- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 lustre/cmm/Makefile.in create mode 100644 lustre/cmm/autoMakefile.am diff --git a/lustre/cmm/Makefile.in b/lustre/cmm/Makefile.in new file mode 100644 index 0000000..c7f4042 --- /dev/null +++ b/lustre/cmm/Makefile.in @@ -0,0 +1,4 @@ +MODULES := cmm +cmm-objs := cmm_device.o cmm_object.o + +@INCLUDE_RULES@ diff --git a/lustre/cmm/autoMakefile.am b/lustre/cmm/autoMakefile.am new file mode 100644 index 0000000..bef3ce3 --- /dev/null +++ b/lustre/cmm/autoMakefile.am @@ -0,0 +1,11 @@ +# Copyright (C) 2001 Cluster File Systems, Inc. +# +# This code is issued under the GNU General Public License. +# See the file COPYING in this distribution + +if MODULES +modulefs_DATA = cmm$(KMODEXT) +endif + +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ +DIST_SOURCES = $(cmm-objs:%.o=%.c) cmm_internal.h diff --git a/lustre/cmm/cmm_internal.h b/lustre/cmm/cmm_internal.h index 03e452c..766a9b7 100644 --- a/lustre/cmm/cmm_internal.h +++ b/lustre/cmm/cmm_internal.h @@ -28,8 +28,6 @@ #include #include -#define LUSTRE_CMM0_NAME "cmm0" - struct cmm_device { struct md_device cmm_md_dev; /* underlaying device in MDS stack, usually MDD */ -- 1.8.3.1