Makefile 333 字节
Newer Older
1 2 3 4 5 6 7 8
#
# Makefile for the ddbridge device driver
#

ddbridge-objs := ddbridge-core.o

obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o

9
ccflags-y += -Idrivers/media/dvb-core/
10 11
ccflags-y += -Idrivers/media/dvb/frontends/
ccflags-y += -Idrivers/media/common/tuners/
12 13

# For the staging CI driver cxd2099
14
ccflags-y += -Idrivers/staging/media/cxd2099/