summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/Makefile
blob: 38f704be4b03241a8096a1bc804b6052a2d9dcc0 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0

spi-nor-objs			:= core.o sfdp.o
spi-nor-objs			+= atmel.o
spi-nor-objs			+= eon.o
spi-nor-objs			+= esmt.o
spi-nor-objs			+= everspin.o
spi-nor-objs			+= fujitsu.o
spi-nor-objs			+= gigadevice.o
obj-$(CONFIG_MTD_SPI_NOR)	+= spi-nor.o