Makefile 193 Bytes edit raw blame history 1 2 3 4 5 # # Makefile for the pNFS block layout driver kernel module # obj-$(CONFIG_PNFS_BLOCK) += blocklayoutdriver.o blocklayoutdriver-objs := blocklayout.o extents.o blocklayoutdev.o blocklayoutdm.o