Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc authored by Linus Torvalds on 04 January 2014, 23:12:14 UTC
Linux 3.13-rc7
Tip revision: d6e0a2d
Makefile
#
# Makefile for the ddbridge device driver
#

ddbridge-objs := ddbridge-core.o

obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.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/
back to top