Whamcloud - gitweb
add missed makefile stuff
authortappro <tappro>
Tue, 4 Apr 2006 07:41:12 +0000 (07:41 +0000)
committertappro <tappro>
Tue, 4 Apr 2006 07:41:12 +0000 (07:41 +0000)
lustre/cmm/Makefile.in [new file with mode: 0644]
lustre/cmm/autoMakefile.am [new file with mode: 0644]
lustre/cmm/cmm_internal.h

diff --git a/lustre/cmm/Makefile.in b/lustre/cmm/Makefile.in
new file mode 100644 (file)
index 0000000..c7f4042
--- /dev/null
@@ -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 (file)
index 0000000..bef3ce3
--- /dev/null
@@ -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
index 03e452c..766a9b7 100644 (file)
@@ -28,8 +28,6 @@
 #include <linux/obd.h>
 #include <linux/md_object.h>
 
-#define LUSTRE_CMM0_NAME "cmm0"
-
 struct cmm_device {
         struct md_device        cmm_md_dev;
         /* underlaying device in MDS stack, usually MDD */