diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/media/dvb/ttpci/Makefile | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'drivers/media/dvb/ttpci/Makefile')
| -rw-r--r-- | drivers/media/dvb/ttpci/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/Makefile b/drivers/media/dvb/ttpci/Makefile new file mode 100644 index 00000000000..8a4d5bb20a5 --- /dev/null +++ b/drivers/media/dvb/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 | EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ | ||
| 21 | EXTRA_CFLAGS += -Idrivers/media/common/tuners | ||
