2009-12-19 15:54:44 +08:00
|
|
|
#
|
|
|
|
# Makefile for the nGene device driver
|
|
|
|
#
|
|
|
|
|
2011-01-18 00:20:49 +08:00
|
|
|
ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o
|
2009-12-19 15:54:44 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_DVB_NGENE) += ngene.o
|
|
|
|
|
2012-06-15 03:35:53 +08:00
|
|
|
ccflags-y += -Idrivers/media/dvb-core/
|
2012-08-14 10:13:41 +08:00
|
|
|
ccflags-y += -Idrivers/media/dvb-frontends/
|
2012-06-15 03:35:59 +08:00
|
|
|
ccflags-y += -Idrivers/media/tuners/
|
2011-01-18 00:20:49 +08:00
|
|
|
|
|
|
|
# For the staging CI driver cxd2099
|
2011-11-02 08:23:55 +08:00
|
|
|
ccflags-y += -Idrivers/staging/media/cxd2099/
|