mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-20 04:19:41 +00:00
greybus: Makefile: fix up build test for gb-audio-codec.ko
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>
This commit is contained in:
parent
7885342cc2
commit
86a685dd45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user