diff options
author | Steven Toth <stoth@kernellabs.com> | 2010-07-31 14:39:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 07:54:31 -0200 |
commit | 9b8b0199b86eaa595e3ccacb413e955a193f1962 (patch) | |
tree | e1ebf749580dc031ac9d5076cf511366020febe3 /drivers/media/video/saa7164/Makefile | |
parent | 2e75bcea00273146615dbc6ed3bbabce8d0bc1ca (diff) |
[media] saa7164: basic definitions for -encoder.c
Add the skeleton file, update the build environment, copyrights.
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164/Makefile')
-rw-r--r-- | drivers/media/video/saa7164/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7164/Makefile b/drivers/media/video/saa7164/Makefile index 4b329fd42ad..e2b748007db 100644 --- a/drivers/media/video/saa7164/Makefile +++ b/drivers/media/video/saa7164/Makefile @@ -1,6 +1,6 @@ saa7164-objs := saa7164-cards.o saa7164-core.o saa7164-i2c.o saa7164-dvb.o \ saa7164-fw.o saa7164-bus.o saa7164-cmd.o saa7164-api.o \ - saa7164-buffer.o + saa7164-buffer.o saa7164-encoder.o obj-$(CONFIG_VIDEO_SAA7164) += saa7164.o |