7 lines
221 B
Makefile
Executable file
7 lines
221 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the pNFS block layout driver kernel module
|
|
#
|
|
obj-$(CONFIG_PNFS_BLOCK) += blocklayoutdriver.o
|
|
|
|
blocklayoutdriver-y += blocklayout.o dev.o extent_tree.o rpc_pipefs.o
|