diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-08-30 17:15:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 13:36:56 +0200 |
commit | bccd7003aef20e040cef95d1216dac26199d7071 (patch) | |
tree | b5c7e2bb8a40ac0778c31854fcbcf8746187609e /drivers/media/dvb/frontends/Makefile | |
parent | V4L/DVB (8857): v4l2-dev: replace panic with BUG (diff) | |
download | linux-bccd7003aef20e040cef95d1216dac26199d7071.tar.xz linux-bccd7003aef20e040cef95d1216dac26199d7071.zip |
V4L/DVB (8866): Add dummy FE to the Kconfig-file and fix it
Reactivated dummy frontend driver which is extremely useful for debugging.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 262eaa429f5d..ca24618d5da8 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -49,3 +49,4 @@ obj-$(CONFIG_DVB_AU8522) += au8522.o obj-$(CONFIG_DVB_TDA10048) += tda10048.o obj-$(CONFIG_DVB_S5H1411) += s5h1411.o obj-$(CONFIG_DVB_LGS8GL5) += lgs8gl5.o +obj-$(CONFIG_DVB_DUMMY_FE) += dvb_dummy_fe.o |