1899e97c52
Start moving the dvb specific code to ngene-dvb.c. Note that there is still stuff in ngene-core.c which could potentially be moved out, but it will require considerable reworking of the logic in order to continue to properly support DVB while also being able to support transport streams coming from analog MPEG encoders. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
11 lines
286 B
Makefile
11 lines
286 B
Makefile
#
|
|
# Makefile for the nGene device driver
|
|
#
|
|
|
|
ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o
|
|
|
|
obj-$(CONFIG_DVB_NGENE) += ngene.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners/
|