mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 16:16:39 +07:00
ccae7af2bf
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
349 B
Makefile
15 lines
349 B
Makefile
#
|
|
# Makefile for the nGene device driver
|
|
#
|
|
|
|
ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o
|
|
|
|
obj-$(CONFIG_DVB_NGENE) += ngene.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core/
|
|
ccflags-y += -Idrivers/media/dvb-frontends/
|
|
ccflags-y += -Idrivers/media/tuners/
|
|
|
|
# For the staging CI driver cxd2099
|
|
ccflags-y += -Idrivers/staging/media/cxd2099/
|