diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-29 08:29:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:13:55 -0300 |
commit | 2d5b5a4733b7e32188baa250fbbc4ae11f5e6f69 (patch) | |
tree | 0d8f28e6cad27b59bedecd6303ba38365cafdb63 /drivers/media/dvb/ttpci/Makefile | |
parent | 84a9f33614e3cfcc7326629a503d4389c9d84e0f (diff) | |
download | talos-obmc-linux-2d5b5a4733b7e32188baa250fbbc4ae11f5e6f69.tar.gz talos-obmc-linux-2d5b5a4733b7e32188baa250fbbc4ae11f5e6f69.zip |
V4L/DVB (8142): ttpci: tda827x.h is at drivers/media/common
As reported by Stephen Rothwell <sfr@canb.auug.org.au>:
drivers/media/dvb/ttpci/budget-ci.c:50:21: error: tda827x.h: No such file or directory
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/Makefile')
-rw-r--r-- | drivers/media/dvb/ttpci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/Makefile b/drivers/media/dvb/ttpci/Makefile index d7483f1a9b3f..3819390b16a5 100644 --- a/drivers/media/dvb/ttpci/Makefile +++ b/drivers/media/dvb/ttpci/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ +EXTRA_CFLAGS += -Idrivers/media/common/tuners hostprogs-y := fdump |