mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 03:15:11 +07:00
c93407d03c
* Define the PNFS_OBJLAYOUT Kconfig option in the nfs master Kconfig file. * Add the objlayout driver to the Kernel's Kbuild system. * Add the fs/nfs/objlayout/Kbuild file for building the objlayoutdriver.ko driver * Define fs/nfs/objlayout/objio_osd.c, register the driver on module initialization and unregister on exit. [pnfs-obj: remove of CONFIG_PNFS fallout] Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> [added "unsure" clause] [depend on NFS_V4_1] Signed-off-by: Benny Halevy <bhalevy@panasas.com>
6 lines
147 B
Makefile
6 lines
147 B
Makefile
#
|
|
# Makefile for the pNFS Objects Layout Driver kernel module
|
|
#
|
|
objlayoutdriver-y := objio_osd.o
|
|
obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o
|