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>
4 lines
107 B
Makefile
4 lines
107 B
Makefile
obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi_nand.o
|
|
gpmi_nand-objs += gpmi-nand.o
|
|
gpmi_nand-objs += gpmi-lib.o
|