]> Pileus Git - ~andy/linux/blob - drivers/media/usb/au0828/Makefile
Merge remote-tracking branch 'regulator/fix/palmas' into tmp
[~andy/linux] / 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 obj-$(CONFIG_VIDEO_AU0828) += au0828.o
8
9 ccflags-y += -Idrivers/media/tuners
10 ccflags-y += -Idrivers/media/dvb-core
11 ccflags-y += -Idrivers/media/dvb-frontends
12
13 ccflags-y += $(extra-cflags-y) $(extra-cflags-m)