diff options
Diffstat (limited to 'drivers/media/pci/ttpci/Makefile')
-rw-r--r-- | drivers/media/pci/ttpci/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/media/pci/ttpci/Makefile b/drivers/media/pci/ttpci/Makefile new file mode 100644 index 000000000000..22a235f3cc48 --- /dev/null +++ b/drivers/media/pci/ttpci/Makefile | |||
@@ -0,0 +1,21 @@ | |||
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 | ||
7 | |||
8 | ifdef CONFIG_INPUT_EVDEV | ||
9 | dvb-ttpci-objs += av7110_ir.o | ||
10 | endif | ||
11 | |||
12 | obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o | ||
13 | obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o | ||
14 | obj-$(CONFIG_DVB_BUDGET) += budget.o | ||
15 | obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o | ||
16 | obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o | ||
17 | obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o | ||
18 | obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o | ||
19 | |||
20 | ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ | ||
21 | ccflags-y += -Idrivers/media/common/tuners | ||