mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +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>
9 lines
279 B
Makefile
9 lines
279 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/cxd2880
|
|
|
|
# Please keep it alphabetically sorted by Kconfig name
|
|
# (e. g. LC_ALL=C sort Makefile)
|
|
obj-$(CONFIG_CXD2880_SPI_DRV) += cxd2880-spi.o
|
|
obj-$(CONFIG_VIDEO_GS1662) += gs1662.o
|