xref: /linux/fs/nfs/filelayout/Makefile (revision cc436a080ad45a0d98c5a37a4fd9c896ea6bcd8a)
1#
2# Makefile for the pNFS Files Layout Driver kernel module
3#
4obj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o
5nfs_layout_nfsv41_files-y := filelayout.o filelayoutdev.o
6