diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2011-07-03 23:25:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 22:55:45 +0200 |
commit | f876502d9a24934eadce0c8a8c45bfb863e46bb4 (patch) | |
tree | a6ca4763d53fc29406e2ef8941355b636ea25b13 /drivers/media/dvb/Makefile | |
parent | [media] ddbridge: Codingstyle fixes (diff) | |
download | linux-f876502d9a24934eadce0c8a8c45bfb863e46bb4.tar.xz linux-f876502d9a24934eadce0c8a8c45bfb863e46bb4.zip |
[media] ddbridge: Allow compiling of the driver
Driver added to Makefile and Kconfig.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/Makefile')
-rw-r--r-- | drivers/media/dvb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/Makefile b/drivers/media/dvb/Makefile index a1a08758a6f2..b2cefe637a64 100644 --- a/drivers/media/dvb/Makefile +++ b/drivers/media/dvb/Makefile @@ -15,6 +15,7 @@ obj-y := dvb-core/ \ dm1105/ \ pt1/ \ mantis/ \ - ngene/ + ngene/ \ + ddbridge/ obj-$(CONFIG_DVB_FIREDTV) += firewire/ |