diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-30 17:26:37 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-30 17:26:37 +0000 |
commit | 7a2c5cc23c1d61f178237b8da9434cd3bf6bee55 (patch) | |
tree | 756d0e8d8e694b79ad7a6a606b8b7b1dab5a767e /v4l_experimental/pvrusb2/Kbuild | |
parent | 6c0f3d2c420800743d06415a856925e748e330a3 (diff) | |
download | mediapointer-dvb-s2-7a2c5cc23c1d61f178237b8da9434cd3bf6bee55.tar.gz mediapointer-dvb-s2-7a2c5cc23c1d61f178237b8da9434cd3bf6bee55.tar.bz2 |
cx88-ivtv.c added to experimental branch
- This code adds basic cx88 support for basic ivtv calls. It is not
meant to go to prodution.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l_experimental/pvrusb2/Kbuild')
-rw-r--r-- | v4l_experimental/pvrusb2/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/Kbuild b/v4l_experimental/pvrusb2/Kbuild index 2166db3e7..488633837 100644 --- a/v4l_experimental/pvrusb2/Kbuild +++ b/v4l_experimental/pvrusb2/Kbuild @@ -17,7 +17,7 @@ pvrusb2-objs := \ pvrusb2-debugifc.o \ $(END) -obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2.o +obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2.o tveeprom.o # Stuff for Emacs to see, in order to encourage consistent editing style: # *** Local Variables: *** |