mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 07:34:12 +08:00
871760ce97
Create a file to house all the rpc_pipefs boilerplate code instead of sprinkling it over a few files. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
7 lines
175 B
Makefile
7 lines
175 B
Makefile
#
|
|
# Makefile for the pNFS block layout driver kernel module
|
|
#
|
|
obj-$(CONFIG_PNFS_BLOCK) += blocklayoutdriver.o
|
|
|
|
blocklayoutdriver-y += blocklayout.o extent_tree.o rpc_pipefs.o
|