aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25840/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-13 16:07:59 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-13 18:14:19 -0800
commit714a095abfa22dfe2accf641118a65796e966a98 (patch)
treee8936ba9edc3ad0b5c6d69dd032133551a2a2d5e /drivers/media/video/cx25840/Makefile
parent70146cfc84dca917ac27cdc754deae63c1282844 (diff)
downloadkernel_samsung_smdk4412-714a095abfa22dfe2accf641118a65796e966a98.zip
kernel_samsung_smdk4412-714a095abfa22dfe2accf641118a65796e966a98.tar.gz
kernel_samsung_smdk4412-714a095abfa22dfe2accf641118a65796e966a98.tar.bz2
[PATCH] v4l: (950) Added compiler options for cx25840 saa7115 and saa7127
Added compiler options for cx25840, saa7115 and saa7127 Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx25840/Makefile')
-rw-r--r--drivers/media/video/cx25840/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/cx25840/Makefile b/drivers/media/video/cx25840/Makefile
new file mode 100644
index 0000000..543ebac
--- /dev/null
+++ b/drivers/media/video/cx25840/Makefile
@@ -0,0 +1,6 @@
+cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
+ cx25840-vbi.o
+
+obj-$(CONFIG_VIDEO_DECODER) += cx25840.o
+
+EXTRA_CFLAGS += -I$(src)/..