From: tappro Date: Tue, 4 Apr 2006 07:41:12 +0000 (+0000) Subject: add missed makefile stuff X-Git-Tag: v1_8_0_110~486^2~2105 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f5926ee46e1c4435d1428a6a9eb0ee65eab81b8a;p=fs%2Flustre-release.git add missed makefile stuff --- 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 */