linux-imx/drivers/media/spi/Makefile
Mauro Carvalho Chehab 5c89357a7a media: Makefiles: sort entries where it fits
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>
2022-03-14 09:42:59 +01:00

279 B

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