diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-11-02 11:34:53 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-16 18:47:12 +0100 |
commit | aee4c782df24557975c257058f69ac130f6f42bc (patch) | |
tree | 0b3fcc7094c9699504c96fb9adfde8cec3e8e16c /drivers/media/usb/pulse8-cec/Makefile | |
parent | [media] cec: an inner loop clobbered the outer loop variable (diff) | |
download | linux-aee4c782df24557975c257058f69ac130f6f42bc.tar.xz linux-aee4c782df24557975c257058f69ac130f6f42bc.zip |
[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/pulse8-cec/Makefile')
-rw-r--r-- | drivers/media/usb/pulse8-cec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/pulse8-cec/Makefile b/drivers/media/usb/pulse8-cec/Makefile new file mode 100644 index 000000000000..9800690bc25a --- /dev/null +++ b/drivers/media/usb/pulse8-cec/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec.o |