]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/media/usb/tm6000/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / media / usb / tm6000 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 tm6000-y := tm6000-cards.o \
3 tm6000-core.o \
4 tm6000-i2c.o \
5 tm6000-video.o \
6 tm6000-stds.o \
7 tm6000-input.o
8
9 obj-$(CONFIG_VIDEO_TM6000) += tm6000.o
10 obj-$(CONFIG_VIDEO_TM6000_ALSA) += tm6000-alsa.o
11 obj-$(CONFIG_VIDEO_TM6000_DVB) += tm6000-dvb.o
12
13 ccflags-y += -Idrivers/media/i2c
14 ccflags-y += -Idrivers/media/tuners
15 ccflags-y += -Idrivers/media/dvb-core
16 ccflags-y += -Idrivers/media/dvb-frontends