summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorMark Greer <mgreer@animalcreek.com>2016-01-13 14:07:46 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-01-13 16:00:32 -0800
commit184992e305f1de3a3d5fa446da3a2bc76be7c54a (patch)
tree51b6728aa39468b561654ecf7a92224d5959103c /drivers/staging/greybus/Makefile
parentba4144afdebf96a3c27c9a03e0c671cf85cc55e9 (diff)
greybus: audio: Add Greybus Audio Device Class Protocol helper routines
Add helper routines to make communicating with audio modules easier. Signed-off-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index fb0e02316b1c..3010f1606dae 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -30,6 +30,7 @@ gb-hid-y := hid.o
gb-es2-y := es2.o
gb-arche-y := arche-platform.o arche-apb-ctrl.o
gb-audio-codec-y := audio_codec.o
+gb-audio-gb-y := audio_gb.o
gb-camera-y := camera.o
obj-m += greybus.o
@@ -44,6 +45,7 @@ obj-m += gb-es2.o
obj-m += gb-arche.o
obj-m += gb-audio-codec.o
obj-m += gb-camera.o
+obj-m += gb-audio-gb.o
KERNELVER ?= $(shell uname -r)
KERNELDIR ?= /lib/modules/$(KERNELVER)/build