mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
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>
12 lines
202 B
Makefile
12 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/
|
|
|