mirror of https://gitee.com/openkylin/linux.git
12 lines
286 B
Makefile
12 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/
|