xref: /linux/drivers/media/spi/Makefile (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
1# SPDX-License-Identifier: GPL-2.0-only
2
3ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/cxd2880
4
5# Please keep it alphabetically sorted by Kconfig name
6# (e. g. LC_ALL=C sort Makefile)
7obj-$(CONFIG_CXD2880_SPI_DRV) += cxd2880-spi.o
8obj-$(CONFIG_VIDEO_GS1662) += gs1662.o
9