Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', 'regulato...
[deliverable/linux.git] / drivers / media / usb / au0828 / Makefile
1 au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
2
3 ifeq ($(CONFIG_VIDEO_AU0828_V4L2),y)
4 au0828-objs += au0828-video.o au0828-vbi.o
5 endif
6
7 ifeq ($(CONFIG_VIDEO_AU0828_RC),y)
8 au0828-objs += au0828-input.o
9 endif
10
11 obj-$(CONFIG_VIDEO_AU0828) += au0828.o
12
13 ccflags-y += -Idrivers/media/tuners
14 ccflags-y += -Idrivers/media/dvb-core
15 ccflags-y += -Idrivers/media/dvb-frontends
16
17 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
This page took 0.045115 seconds and 5 git commands to generate.