mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 19:54:03 +08:00
f1bc893a89
* Add the fs/nfs/objlayout/pnfs_osd_xdr_cli.c file, which will include the XDR encode/decode implementations for the pNFS client objlayout driver. [Wrong type in comments] Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com>
6 lines
166 B
Makefile
6 lines
166 B
Makefile
#
|
|
# Makefile for the pNFS Objects Layout Driver kernel module
|
|
#
|
|
objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o
|
|
obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o
|