X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fsmfs%2FautoMakefile.am;fp=lustre%2Fportals%2Finclude%2Flinux%2FMakefile.am;h=952cfa77944cd76208851d48925719f7dc136d32;hb=2dc9c16e770415d56839e1996015fec5fab93f29;hp=6a65cb5cd9b5ff667cf96f80f06c853ae8c46004;hpb=401deb5075f9ab7f6c8c1831c56a84b0134e923c;p=fs%2Flustre-release.git diff --git a/lustre/portals/include/linux/Makefile.am b/lustre/smfs/autoMakefile.am similarity index 54% rename from lustre/portals/include/linux/Makefile.am rename to lustre/smfs/autoMakefile.am index 6a65cb5..952cfa7 100644 --- a/lustre/portals/include/linux/Makefile.am +++ b/lustre/smfs/autoMakefile.am @@ -3,8 +3,9 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -include $(top_srcdir)/Rules +if SMFS +modulefs_DATA = smfs$(KMODEXT) +endif -linuxincludedir = $(includedir)/linux - -linuxinclude_HEADERS=kp30.h portals_lib.h +MOSTLYCLEANFILES = *.o *.ko *.mod.c +DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h