Skip to content

Commit ceb1adb

Browse files
committed
Merge tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Pull mtd fix from Richard Weinberger: "spi-nor: fix for missing directory after code refactoring" * tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: mtd: spi-nor: Compile files in controllers/ directory
2 parents 1634615 + 2098c56 commit ceb1adb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mtd/spi-nor/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ spi-nor-objs += winbond.o
1818
spi-nor-objs += xilinx.o
1919
spi-nor-objs += xmc.o
2020
obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
21+
22+
obj-$(CONFIG_MTD_SPI_NOR) += controllers/

0 commit comments

Comments
 (0)