M7350/kernel/drivers/media/pci/ddbridge/Makefile

15 lines
326 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# Makefile for the ddbridge device driver
#
ddbridge-objs := ddbridge-core.o
obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o
2024-09-09 08:57:42 +00:00
ccflags-y += -Idrivers/media/dvb-core/
ccflags-y += -Idrivers/media/dvb-frontends/
ccflags-y += -Idrivers/media/tuners/
2024-09-09 08:52:07 +00:00
# For the staging CI driver cxd2099
ccflags-y += -Idrivers/staging/media/cxd2099/