diff options
author | Patrick Boettcher <devnull@localhost> | 2005-04-02 14:42:56 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-04-02 14:42:56 +0000 |
commit | 861784e76607eafbfb13c6ce1e3b87204b3978da (patch) | |
tree | 892e736a8c25848d2ccb0a3a8a46f6b92693ec56 /linux/drivers/media/dvb/dvb-usb/Makefile | |
parent | 302481a5ffb8737f5fcb821ee79576637aa85055 (diff) | |
download | mediapointer-dvb-s2-861784e76607eafbfb13c6ce1e3b87204b3978da.tar.gz mediapointer-dvb-s2-861784e76607eafbfb13c6ce1e3b87204b3978da.tar.bz2 |
re-enabled and improved commonly used remote control code for dvb-usb
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Makefile b/linux/drivers/media/dvb/dvb-usb/Makefile index 76df16795..15c63d4f2 100644 --- a/linux/drivers/media/dvb/dvb-usb/Makefile +++ b/linux/drivers/media/dvb/dvb-usb/Makefile @@ -1,4 +1,4 @@ -dvb-usb-objs = dvb-usb-firmware.o dvb-usb-init.o dvb-usb-urb.o dvb-usb-i2c.o dvb-usb-dvb.o +dvb-usb-objs = dvb-usb-firmware.o dvb-usb-init.o dvb-usb-urb.o dvb-usb-i2c.o dvb-usb-dvb.o dvb-usb-remote.o obj-$(CONFIG_DVB_USB) += dvb-usb.o dvb-usb-vp7045-objs = vp7045.o vp7045-fe.o |