mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 09:04:21 +08:00
5c89357a7a
Alphabetically sort entries at the Makefiles per group, in ASCII order, e. g., using the output of: $ LC_ALL=C sort Makefile |grep obj-y ... $ LC_ALL=C sort Makefile |grep obj.*CONFIG ... Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
15 lines
344 B
Makefile
15 lines
344 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the test drivers.
|
|
#
|
|
|
|
# Please keep it alphabetically sorted by Kconfig name
|
|
# (e. g. LC_ALL=C sort Makefile)
|
|
|
|
obj-$(CONFIG_DVB_VIDTV) += vidtv/
|
|
|
|
obj-$(CONFIG_VIDEO_VICODEC) += vicodec/
|
|
obj-$(CONFIG_VIDEO_VIM2M) += vim2m.o
|
|
obj-$(CONFIG_VIDEO_VIMC) += vimc/
|
|
obj-$(CONFIG_VIDEO_VIVID) += vivid/
|