mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 04:20:53 +07:00
misc: vop: build VOP based on CONFIG_VOP
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>
This commit is contained in:
parent
c9723750a6
commit
8c56adc511
@ -3,7 +3,7 @@
|
||||
# Makefile - Intel MIC Linux driver.
|
||||
# Copyright(c) 2016, Intel Corporation.
|
||||
#
|
||||
obj-m := vop.o
|
||||
obj-$(CONFIG_VOP) := vop.o
|
||||
|
||||
vop-objs += vop_main.o
|
||||
vop-objs += vop_debugfs.o
|
||||
|
Loading…
Reference in New Issue
Block a user