| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the kernel SAA7146 FULL TS DVB device driver |
| 3 | # and the AV7110 DVB device driver |
| 4 | # |
| 5 | |
| 6 | dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir.o |
| 7 | |
| Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 8 | obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o |
| 9 | obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o |
| 10 | obj-$(CONFIG_DVB_BUDGET) += budget.o |
| 11 | obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o |
| 12 | obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o |
| 13 | obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o |
| 14 | obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | |
| Trent Piepho | f3a0d86 | 2007-06-04 20:18:51 -0300 | [diff] [blame] | 16 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | |
| 18 | hostprogs-y := fdump |
| 19 | |
| Trent Piepho | 5dab71b | 2006-06-17 07:48:03 -0300 | [diff] [blame] | 20 | ifeq ($(CONFIG_DVB_AV7110_FIRMWARE),y) |
| 21 | $(obj)/av7110.o: $(obj)/av7110_firm.h |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | |
| Trent Piepho | 5dab71b | 2006-06-17 07:48:03 -0300 | [diff] [blame] | 23 | $(obj)/av7110_firm.h: $(obj)/fdump |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | $(obj)/fdump $(CONFIG_DVB_AV7110_FIRMWARE_FILE) dvb_ttpci_fw $@ |
| 25 | endif |