mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
b5968725f4
The object and block layouts already exist in their own subdirectories. This patch completes the set! Note that as a layout denotes nfs4 already, I stripped that prefix out of the file names. Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com> Acked-by: Jeff Layton <jlayton@poochiereds.net> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
6 lines
180 B
Makefile
6 lines
180 B
Makefile
#
|
|
# Makefile for the pNFS Files Layout Driver kernel module
|
|
#
|
|
obj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o
|
|
nfs_layout_nfsv41_files-y := filelayout.o filelayoutdev.o
|