brintos

brintos / linux-shallow public Read only

0
0
Text · 466 B · 4347812 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.02au0828-objs	:= au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o3 4ifeq ($(CONFIG_VIDEO_AU0828_V4L2),y)5  au0828-objs   += au0828-video.o au0828-vbi.o6endif7 8ifeq ($(CONFIG_VIDEO_AU0828_RC),y)9  au0828-objs   += au0828-input.o10endif11 12obj-$(CONFIG_VIDEO_AU0828) += au0828.o13 14ccflags-y += -I $(srctree)/drivers/media/tuners15ccflags-y += -I $(srctree)/drivers/media/dvb-frontends16 17ccflags-y += $(extra-cflags-y) $(extra-cflags-m)18