From 0ea5aa58975517299dbb1688dbf879603291716a Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Sun, 5 Sep 2004 11:42:13 +0000 Subject: dvb-dibusb is substituting the vp7041 USB driver. it is basicly a i2c-to-usb bridge and does the demux stuff (i.e. passing the mpeg2-data to the sw-demux). --- linux/drivers/media/dvb/dibusb/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux/drivers/media/dvb/dibusb/Makefile (limited to 'linux/drivers/media/dvb/dibusb/Makefile') diff --git a/linux/drivers/media/dvb/dibusb/Makefile b/linux/drivers/media/dvb/dibusb/Makefile new file mode 100644 index 000000000..005cab61f --- /dev/null +++ b/linux/drivers/media/dvb/dibusb/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_DVB_DIBUSB) += dibusb.o + +EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -- cgit v1.2.3