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