]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spi-nor: Compile files in controllers/ directory
authorGuenter Roeck <linux@roeck-us.net>
Sat, 4 Apr 2020 15:36:31 +0000 (08:36 -0700)
committerRichard Weinberger <richard@nod.at>
Thu, 9 Apr 2020 20:00:13 +0000 (22:00 +0200)
commitc08b4320a3304e46ea0148723407f6e62d25cf0b
treef52bdded85f54134978b86508b4332edc69486da
parentf4d8b94e2afb153af36fcf76c26c8e6b6ffbb663
mtd: spi-nor: Compile files in controllers/ directory

Commit 41e4eb024f80 ("mtd: spi-nor: Prepare core / manufacturer code
split") moved various files into a new directory, but did not add the new
directory to its parent directory Makefile. The moved files no longer
build, and affected flash chips no longer instantiate.

Adding the new directory to the parent directory Makefile fixes the
problem.

Fixes: 41e4eb024f80 ("mtd: spi-nor: Prepare core / manufacturer code split")
Cc: Boris Brezillon <bbrezillon@kernel.org>
Cc: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/spi-nor/Makefile