License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / media / pci / cx23885 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5a23b076
IL
2cx23885-objs := cx23885-cards.o cx23885-video.o cx23885-vbi.o \
3 cx23885-core.o cx23885-i2c.o cx23885-dvb.o cx23885-417.o \
e5514f10
AW
4 cx23885-ioctl.o cx23885-ir.o cx23885-av.o cx23885-input.o \
5 cx23888-ir.o netup-init.o cimax2.o netup-eeprom.o \
9e44d632 6 cx23885-f300.o cx23885-alsa.o
d19770e5
ST
7
8obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
349bcf02 9obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o
d19770e5 10
cb7a01ac 11ccflags-y += -Idrivers/media/i2c
ccae7af2 12ccflags-y += -Idrivers/media/tuners
3d6c2bc0 13ccflags-y += -Idrivers/media/dvb-core
9a0bf528 14ccflags-y += -Idrivers/media/dvb-frontends
d19770e5 15
3f5c14d3 16ccflags-y += $(extra-cflags-y) $(extra-cflags-m)