From 822440aa471494b9c8484d606aff8df1384f8f52 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 9 Nov 2005 11:56:42 +0000 Subject: Makefile fixes - Makefile for cx25840 boards - included newer video decoders on make install Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/cx25840/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linux/drivers/media/video/cx25840/Makefile (limited to 'linux/drivers') 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)/.. -- cgit v1.2.3