mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
6 lines
181 B
Makefile
6 lines
181 B
Makefile
#
|
|
# 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
|