diff options
author | Federico Simoncelli <fsimonce@redhat.com> | 2014-01-08 02:13:21 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-02-04 12:05:06 +0400 |
commit | a3550ea665acd1922df8275379028c1634675629 (patch) | |
tree | 17a8fe2c17af3c43e86138efe7119a569e47fd7f /drivers/media/usb/usbtv/Makefile | |
parent | c29b8f3149f2916e98fc3b8d6c1df2137d003979 (diff) | |
download | linux-a3550ea665acd1922df8275379028c1634675629.tar.xz |
[media] usbtv: split core and video implementation
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
Reviewed-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/usbtv/Makefile')
-rw-r--r-- | drivers/media/usb/usbtv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/usbtv/Makefile b/drivers/media/usb/usbtv/Makefile index 28b872fa94e1..775316a88ea6 100644 --- a/drivers/media/usb/usbtv/Makefile +++ b/drivers/media/usb/usbtv/Makefile @@ -1 +1,4 @@ +usbtv-y := usbtv-core.o \ + usbtv-video.o + obj-$(CONFIG_VIDEO_USBTV) += usbtv.o |