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