diff options
author | Patrick Boettcher <devnull@localhost> | 2004-09-05 11:42:13 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2004-09-05 11:42:13 +0000 |
commit | 0ea5aa58975517299dbb1688dbf879603291716a (patch) | |
tree | a4ebff0c51a159a17bb4c270a23c0d17bb7b4f62 /linux/drivers/media/dvb/dibusb/Makefile | |
parent | 7d6379ce8a3f77ec43a279591cbaa37eb052c8d6 (diff) | |
download | mediapointer-dvb-s2-0ea5aa58975517299dbb1688dbf879603291716a.tar.gz mediapointer-dvb-s2-0ea5aa58975517299dbb1688dbf879603291716a.tar.bz2 |
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).
Diffstat (limited to 'linux/drivers/media/dvb/dibusb/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/dibusb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |