xref: /linux/drivers/mtd/spi-nor/Makefile (revision d22a3be613b32d24515a33020105e95b11570a45)
1# SPDX-License-Identifier: GPL-2.0
2
3spi-nor-objs			:= core.o sfdp.o
4spi-nor-objs			+= atmel.o
5spi-nor-objs			+= eon.o
6obj-$(CONFIG_MTD_SPI_NOR)	+= spi-nor.o
7