summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/Makefile
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-12-21 16:36:23 +0000
committerMichael Hunold <devnull@localhost>2003-12-21 16:36:23 +0000
commitd87202f5b5e90bfcd3d2f923ac40ac3e6f699540 (patch)
tree53488eba312a771cff9d2be9d8000aa0d7f70fc8 /linux/drivers/media/dvb/ttpci/Makefile
parent56325ebe82f12b17a36ee96f5c0f4604dbd9dbe6 (diff)
downloadmediapointer-dvb-s2-d87202f5b5e90bfcd3d2f923ac40ac3e6f699540.tar.gz
mediapointer-dvb-s2-d87202f5b5e90bfcd3d2f923ac40ac3e6f699540.tar.bz2
- add Kconfig foo to select a firmware that can be compiled into the
firmware again - move fdump.c utility from "ttusb-dec" to "ttpci", it's not need by "ttusb-dec" anymore, but by "ttpci" now
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/Makefile')
-rw-r--r--linux/drivers/media/dvb/ttpci/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Makefile b/linux/drivers/media/dvb/ttpci/Makefile
index 317e401be..2c97d5512 100644
--- a/linux/drivers/media/dvb/ttpci/Makefile
+++ b/linux/drivers/media/dvb/ttpci/Makefile
@@ -12,3 +12,12 @@ obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-core.o budget-patch.o ttpci-eeprom.o
obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o ttpci-eeprom.o
EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/
+
+host-progs := fdump
+
+ifdef CONFIG_DVB_AV7110_FIRMWARE
+$(obj)/av7110.o: $(obj)/fdump $(obj)/av7110_firm.h
+
+$(obj)/av7110_firm.h:
+ $(obj)/fdump $(CONFIG_DVB_AV7110_FIRMWARE_FILE) dvb_ttpci_fw $@
+endif