diff options
author | Akihiro Tsukada <tskd08@gmail.com> | 2018-04-08 13:39:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-05 07:24:27 -0400 |
commit | b732539efdba1a2c3464a36c0670a17d6b87b317 (patch) | |
tree | 937c6ae01d8fca18d3c3dfeb49cfedfda510470b /drivers/media/pci/pt1/Makefile | |
parent | a959c52df1b7b142b26a336f49791350467b0c6d (diff) |
media: dvb: earth-pt1: decompose pt1 driver into sub drivers
earth-pt1 was a monolithic module and included demod/tuner drivers.
This patch removes those FE parts and attach demod/tuner i2c drivers.
Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/pt1/Makefile')
-rw-r--r-- | drivers/media/pci/pt1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/pci/pt1/Makefile b/drivers/media/pci/pt1/Makefile index ab873ae088a0..bc491e08dd63 100644 --- a/drivers/media/pci/pt1/Makefile +++ b/drivers/media/pci/pt1/Makefile @@ -1,5 +1,6 @@ -earth-pt1-objs := pt1.o va1j5jf8007s.o va1j5jf8007t.o +earth-pt1-objs := pt1.o obj-$(CONFIG_DVB_PT1) += earth-pt1.o ccflags-y += -Idrivers/media/dvb-frontends +ccflags-y += -Idrivers/media/tuners |