8783b9c504
Ported from the manufacturer's source tree, available from http://dvbsky.net/download/linux/media_build-bst-150211.tar.gz This is the second patch after a public review. [mchehab@osg.samsung.com: fix inconsistent identing warning] Signed-off-by: Dirk Nehring <dnehring@gmx.net> Reviewd-by: Nibble Max <nibble.max@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10 lines
204 B
Makefile
10 lines
204 B
Makefile
|
|
smipcie-objs := smipcie-main.o smipcie-ir.o
|
|
|
|
obj-$(CONFIG_DVB_SMIPCIE) += smipcie.o
|
|
|
|
ccflags-y += -Idrivers/media/tuners
|
|
ccflags-y += -Idrivers/media/dvb-core
|
|
ccflags-y += -Idrivers/media/dvb-frontends
|
|
|