diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-09 11:56:42 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-09 11:56:42 +0000 |
commit | 822440aa471494b9c8484d606aff8df1384f8f52 (patch) | |
tree | 30cf594abbb3c273653c3e7669406bc11e8d211d /linux/drivers/media/video/cx25840 | |
parent | 60b36da1ea687a8d3d8cc66b7e2f9e9c255429a0 (diff) | |
download | mediapointer-dvb-s2-822440aa471494b9c8484d606aff8df1384f8f52.tar.gz mediapointer-dvb-s2-822440aa471494b9c8484d606aff8df1384f8f52.tar.bz2 |
Makefile fixes
- Makefile for cx25840 boards
- included newer video decoders on make install
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx25840')
-rw-r--r-- | linux/drivers/media/video/cx25840/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx25840/Makefile b/linux/drivers/media/video/cx25840/Makefile new file mode 100644 index 000000000..543ebacdc --- /dev/null +++ b/linux/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)/.. |