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