c05564c4d8
Android 13
7 lines
181 B
Makefile
Executable file
7 lines
181 B
Makefile
Executable file
#
|
|
# Makefile for the pNFS block layout driver kernel module
|
|
#
|
|
obj-$(CONFIG_PNFS_BLOCK) += blocklayoutdriver.o
|
|
|
|
blocklayoutdriver-y += blocklayout.o dev.o extent_tree.o rpc_pipefs.o
|