mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 04:45:51 +07:00
![Oliver Endriss](/assets/img/avatar_default.png)
Driver added to Makefile and Kconfig. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
343 B
Makefile
15 lines
343 B
Makefile
#
|
|
# Makefile for the ddbridge device driver
|
|
#
|
|
|
|
ddbridge-objs := ddbridge-core.o
|
|
|
|
obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners/
|
|
|
|
# For the staging CI driver cxd2099
|
|
EXTRA_CFLAGS += -Idrivers/staging/cxd2099/
|