blob: 3dc7539a5c4eda975394ffdda038f6616c35d312 [file] [log] [blame]
Michael Krufky8a4e7862012-12-04 11:30:00 -03001au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
2
3ifeq ($(CONFIG_VIDEO_AU0828_V4L2),y)
4 au0828-objs += au0828-video.o au0828-vbi.o
5endif
Steven Toth265a6512008-04-18 21:34:00 -03006
Mauro Carvalho Chehab2fcfd312014-07-24 22:49:02 -03007ifeq ($(CONFIG_VIDEO_AU0828_RC),y)
8 au0828-objs += au0828-input.o
9endif
10
Steven Toth265a6512008-04-18 21:34:00 -030011obj-$(CONFIG_VIDEO_AU0828) += au0828.o
12
Mauro Carvalho Chehabccae7af2012-06-14 16:35:59 -030013ccflags-y += -Idrivers/media/tuners
Mauro Carvalho Chehab3d6c2bc2012-06-14 16:35:53 -030014ccflags-y += -Idrivers/media/dvb-core
Mauro Carvalho Chehab9a0bf522012-08-13 23:13:41 -030015ccflags-y += -Idrivers/media/dvb-frontends
Steven Toth265a6512008-04-18 21:34:00 -030016
Arnaud Lacombe3f5c14d2011-08-15 02:07:08 -030017ccflags-y += $(extra-cflags-y) $(extra-cflags-m)