Commit 86a685dd authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 7885342c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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