Build module or builtin VOP based on CONFIG_VOP macro. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: Sherry Sun <sherry.sun@nxp.com> Link: https://lore.kernel.org/r/20200929091106.24624-3-sherry.sun@nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
223 B
Makefile
11 lines
223 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile - Intel MIC Linux driver.
|
|
# Copyright(c) 2016, Intel Corporation.
|
|
#
|
|
obj-$(CONFIG_VOP) := vop.o
|
|
|
|
vop-objs += vop_main.o
|
|
vop-objs += vop_debugfs.o
|
|
vop-objs += vop_vringh.o
|