diff options
author | Michael Zoran <mzoran@crowfest.net> | 2017-02-27 15:35:12 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 09:17:06 +0100 |
commit | 051420a997a58fcf87fd71650ffe2e4d89f6757e (patch) | |
tree | c4a1aeff047d5d06eb88df8876eb711f943a346f /drivers/staging/Makefile | |
parent | 4529d8914e33bf8b522b45ece87d751d006e7897 (diff) |
staging: bcm2835-audio: Move driver under vc04_services
The bcm2835-audio driver is part of v04_services, so it makes
sense for it to be located under vc04_services to make
configuration clearer.
Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 29cec5aa2945..3671dc59579e 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -40,5 +40,4 @@ obj-$(CONFIG_MOST) += most/ obj-$(CONFIG_KS7010) += ks7010/ obj-$(CONFIG_GREYBUS) += greybus/ obj-$(CONFIG_BCM2835_VCHIQ) += vc04_services/ -obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/ |