83f3c7157e
Remove LNBH21 routines, disable code which broke compilation. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
11 lines
202 B
Makefile
11 lines
202 B
Makefile
#
|
|
# Makefile for the nGene device driver
|
|
#
|
|
|
|
ngene-objs := ngene-core.o
|
|
|
|
obj-$(CONFIG_DVB_NGENE) += ngene.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/
|
|
|