aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/Makefile
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder@infradead.org>2008-06-22 18:24:19 +0530
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-04-06 14:34:44 -0700
commit4f8d182513690b42b20fb81e487be4cd4729e27c (patch)
tree15f9ca9b4a59e1facec2460ca9eadde15d9646f0 /drivers/media/dvb/ttpci/Makefile
parent9137f05f7e72517d44b6b0c15b11b419ecb5d201 (diff)
downloadkernel_samsung_smdk4412-4f8d182513690b42b20fb81e487be4cd4729e27c.zip
kernel_samsung_smdk4412-4f8d182513690b42b20fb81e487be4cd4729e27c.tar.gz
kernel_samsung_smdk4412-4f8d182513690b42b20fb81e487be4cd4729e27c.tar.bz2
Remove fdump tool for av7110 firmware
There's no point in this, since the user can use the BUILTIN_FIRMWARE option to include arbitrary firmware files directly in the kernel image. Thanks to David Woodhouse for help. Signed-off-by: Jaswinder Singh <jaswinder@infradead.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/Makefile')
-rw-r--r--drivers/media/dvb/ttpci/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/dvb/ttpci/Makefile b/drivers/media/dvb/ttpci/Makefile
index 7145123..8a4d5bb 100644
--- a/drivers/media/dvb/ttpci/Makefile
+++ b/drivers/media/dvb/ttpci/Makefile
@@ -19,12 +19,3 @@ 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
-
-ifeq ($(CONFIG_DVB_AV7110_FIRMWARE),y)
-$(obj)/av7110.o: $(obj)/av7110_firm.h
-
-$(obj)/av7110_firm.h: $(obj)/fdump
- $(obj)/fdump $(CONFIG_DVB_AV7110_FIRMWARE_FILE) dvb_ttpci_fw $@
-endif