xref: /linux/fs/nfs/flexfilelayout/Makefile (revision db1003a719d75cebe5843a7906c02c29bec9922c)
1#
2# Makefile for the pNFS Flexfile Layout Driver kernel module
3#
4obj-$(CONFIG_PNFS_FLEXFILE_LAYOUT) += nfs_layout_flexfiles.o
5nfs_layout_flexfiles-y := flexfilelayout.o flexfilelayoutdev.o
6