diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-09 11:38:58 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-09 11:38:58 +0200 |
| commit | 3637f495560909953363d298dde4259e1c8ea46e (patch) | |
| tree | 9929c40995ed877d07607c24aa1f33c01738b526 /linux/drivers/media/video/davinci | |
| parent | a97d14d9276802762e30cd33312dca3cee970e68 (diff) | |
| download | mediapointer-dvb-s2-3637f495560909953363d298dde4259e1c8ea46e.tar.gz mediapointer-dvb-s2-3637f495560909953363d298dde4259e1c8ea46e.tar.bz2 | |
DaVinci: DM646x Video: Makefile and config files modifications for Display
From: Chaithrika U S <chaithrika@ti.com>
Makefile and Kconfig changes
Modifies and adds the video Makefiles and Kconfig files to support DM646x Video
display device
Priority: normal
Signed-off-by: Manjunath Hadli <mrh@ti.com>
Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/davinci')
| -rw-r--r-- | linux/drivers/media/video/davinci/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/davinci/Makefile b/linux/drivers/media/video/davinci/Makefile new file mode 100644 index 000000000..7fe9bce97 --- /dev/null +++ b/linux/drivers/media/video/davinci/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the davinci video device drivers. +# + +# VPIF +obj-$(CONFIG_VIDEO_DAVINCI_VPIF) += vpif.o + +#DM646x EVM Display driver +obj-$(CONFIG_DISPLAY_DAVINCI_DM646X_EVM) += vpif_display.o |
