Skip to content
Snippets Groups Projects
Commit c95a0148 authored by Wang Di's avatar Wang Di
Browse files

get rid of --smfs-enable options after merge in HEAD

parent d1402d80
No related branches found
No related tags found
No related merge requests found
...@@ -15,13 +15,14 @@ subdir-m += obdfilter ...@@ -15,13 +15,14 @@ subdir-m += obdfilter
subdir-m += ost subdir-m += ost
subdir-m += llite subdir-m += llite
subdir-m += cobd subdir-m += cobd
subdir-m += smfs
subdir-m += cmobd
ifeq ($(PATCHLEVEL),4) ifeq ($(PATCHLEVEL),4)
subdir-m += ptlbd subdir-m += ptlbd
endif # PATCHLEVEL = 4 endif # PATCHLEVEL = 4
@SNAPFS_TRUE@subdir-m += snapfs @SNAPFS_TRUE@subdir-m += snapfs
@SMFS_TRUE@subdir-m += smfs
@SMFS_TRUE@subdir-m += cmobd
@INCLUDE_RULES@ @INCLUDE_RULES@
...@@ -146,15 +146,6 @@ AC_ARG_ENABLE([snapfs], ...@@ -146,15 +146,6 @@ AC_ARG_ENABLE([snapfs],
AC_MSG_RESULT([$enable_snapfs]) AC_MSG_RESULT([$enable_snapfs])
AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes) AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes)
# smfs compilation
AC_MSG_CHECKING([whether to enable smfs support])
AC_ARG_ENABLE([smfs],
AC_HELP_STRING([--enable-smfs],
[build smfs]),
[],[enable_smfs='no'])
AC_MSG_RESULT([$enable_smfs])
AM_CONDITIONAL(SMFS, test x$enable_smfs = xyes)
sinclude(portals/build.m4) sinclude(portals/build.m4)
sinclude(portals/archdep.m4) sinclude(portals/archdep.m4)
......
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
# This code is issued under the GNU General Public License. # This code is issued under the GNU General Public License.
# See the file COPYING in this distribution # See the file COPYING in this distribution
if SMFS
modulefs_DATA = smfs$(KMODEXT) modulefs_DATA = smfs$(KMODEXT)
endif
MOSTLYCLEANFILES = *.o *.ko *.mod.c MOSTLYCLEANFILES = *.o *.ko *.mod.c
DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment