projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c972375
)
misc: vop: build VOP based on CONFIG_VOP
author
Sherry Sun
<sherry.sun@nxp.com>
Tue, 29 Sep 2020 09:11:04 +0000
(17:11 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 2 Oct 2020 13:57:29 +0000
(15:57 +0200)
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>
drivers/misc/mic/vop/Makefile
patch
|
blob
|
history
diff --git
a/drivers/misc/mic/vop/Makefile
b/drivers/misc/mic/vop/Makefile
index 579da3868c8e82837a06fc25bdaf4a944116f3d3..51b9b002278656d60e089045dd9e8177c32531f4 100644
(file)
--- a/
drivers/misc/mic/vop/Makefile
+++ b/
drivers/misc/mic/vop/Makefile
@@
-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