]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/media/usb/au0828/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / media / usb / au0828 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
8a4e7866
MK
2au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
3
4ifeq ($(CONFIG_VIDEO_AU0828_V4L2),y)
5 au0828-objs += au0828-video.o au0828-vbi.o
6endif
265a6510 7
2fcfd317
MCC
8ifeq ($(CONFIG_VIDEO_AU0828_RC),y)
9 au0828-objs += au0828-input.o
10endif
11
265a6510
ST
12obj-$(CONFIG_VIDEO_AU0828) += au0828.o
13
ccae7af2 14ccflags-y += -Idrivers/media/tuners
3d6c2bc0 15ccflags-y += -Idrivers/media/dvb-core
9a0bf528 16ccflags-y += -Idrivers/media/dvb-frontends
265a6510 17
3f5c14d3 18ccflags-y += $(extra-cflags-y) $(extra-cflags-m)