summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorMark Greer <mgreer@animalcreek.com>2016-01-13 14:07:44 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2016-01-13 16:00:32 -0800
commitfd8f9e12e2a3bb945959cd294768b265fb97480b (patch)
tree8ec0b12820fe8bf69f0a16c5c5d184ba696ab6eb /drivers/staging/greybus/Makefile
parentaa187d33129ba102756600aa27f6e7992a6c814a (diff)
greybus: audio: Use underscore in file name
For consistency with most other files in the Greybus repository, change 'audio-codec.c' to use an underscore instead of a hyphen in its name. 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, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index d45a641076b9..fb0e02316b1c 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -29,7 +29,7 @@ gb-raw-y := raw.o
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-codec-y := audio_codec.o
gb-camera-y := camera.o
obj-m += greybus.o