mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
b732539efd
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>
7 lines
142 B
Makefile
7 lines
142 B
Makefile
earth-pt1-objs := pt1.o
|
|
|
|
obj-$(CONFIG_DVB_PT1) += earth-pt1.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|
|
ccflags-y += -Idrivers/media/tuners
|