summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/Makefile
blob: ca6222d98b0fab5134681784a10590f035aaf3eb (plain)
1
2
3
4
5
6
7
8
9
# 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
obj-$(CONFIG_MTD_SPI_NOR)	+= spi-nor.o