diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-11-02 08:34:53 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-16 15:47:12 -0200 |
commit | aee4c782df24557975c257058f69ac130f6f42bc (patch) | |
tree | 0b3fcc7094c9699504c96fb9adfde8cec3e8e16c /drivers/media/usb/Makefile | |
parent | a161bef04286e1344cd469098213a972af8fa7d6 (diff) | |
download | linux-aee4c782df24557975c257058f69ac130f6f42bc.tar.bz2 |
[media] pulse8-cec: move out of staging
Now that the CEC framework has been moved out of staging and into the
mainline kernel we can do the same for the pulse8-cec driver.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/Makefile')
-rw-r--r-- | drivers/media/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/Makefile b/drivers/media/usb/Makefile index 8874ba774a34..0f15e3351ddc 100644 --- a/drivers/media/usb/Makefile +++ b/drivers/media/usb/Makefile @@ -24,3 +24,4 @@ obj-$(CONFIG_VIDEO_EM28XX) += em28xx/ obj-$(CONFIG_VIDEO_USBTV) += usbtv/ obj-$(CONFIG_VIDEO_GO7007) += go7007/ obj-$(CONFIG_DVB_AS102) += as102/ +obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec/ |