projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7885342
)
greybus: Makefile: fix up build test for gb-audio-codec.ko
author
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 14 Jan 2016 00:18:36 +0000
(16:18 -0800)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 14 Jan 2016 00:18:36 +0000
(16:18 -0800)
We really only want to build the module if the config is set, not all
the time like the current code does.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/Makefile
b/drivers/staging/greybus/Makefile
index
6759d68
..
9364897
100644
(file)
--- a/
drivers/staging/greybus/Makefile
+++ b/
drivers/staging/greybus/Makefile
@@
-46,7
+46,6
@@
obj-m += gb-hid.o
obj-m += gb-raw.o
obj-m += gb-es2.o
obj-m += gb-arche.o
-obj-m += gb-audio-codec.o
ifeq ($(CONFIG_SND_SOC_DYNAMIC_DAILINK),y)
obj-m += gb-audio-codec.o
endif