mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
As the end goal is to have platform drivers split by vendor, move both stm32/ and sti/ for them to be inside st/ directory. Acked-by: Hugues Fruchet <hugues.fruchet@st.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
9 lines
276 B
Makefile
9 lines
276 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
|
|
c8sectpfe-debugfs.o
|
|
|
|
obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
|
|
|
|
ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
|
|
ccflags-y += -I $(srctree)/drivers/media/tuners/
|