mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 05:45:06 +07:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
|
#
|
||
|
# Makefile for the pNFS Objects Layout Driver kernel module
|
||
|
#
|
||
|
objlayoutdriver-y := objio_osd.o
|
||
|
obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o
|