git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
6 lines
178 B
Makefile
6 lines
178 B
Makefile
#
|
|
# Makefile for the pNFS Objects Layout Driver kernel module
|
|
#
|
|
objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o objlayout.o
|
|
obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o
|