lkml.org 
[lkml]   [2006]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 13/16] GFS2: Makefiles and Kconfig
> --- /dev/null
> +++ b/fs/gfs2/Makefile
> @@ -0,0 +1,42 @@
> +obj-$(CONFIG_GFS2_FS) += gfs2.o
> +gfs2-y := \
> + acl.o \
> + bits.o \
> + bmap.o \
> + daemon.o \
...
+ trans.o \
> + unlinked.o \
> + util.o
A fewer number of lines please.
gfs2-y := acl.o bits.o bmap.o
...
gfs2-y += trans.o unlinked.o util.o


> +
> +obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += locking/nolock/
> +obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += locking/dlm/
Can we get rid f the locking sub-directory - maybe like this:
+obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += no-lock/
+obj-$(CONFIG_GFS2_FS_LOCKING_DLM += dlm-lock/

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-21 23:04    [W:0.064 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site