93db446a42
As part of the process of sharing more code between different NAND based devices, we need to move all raw NAND related code to the raw/ subdirectory. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
5 lines
148 B
Makefile
5 lines
148 B
Makefile
obj-$(CONFIG_MTD_NAND_ATMEL) += atmel-nand-controller.o atmel-pmecc.o
|
|
|
|
atmel-nand-controller-objs := nand-controller.o
|
|
atmel-pmecc-objs := pmecc.o
|