mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
3 lines
107 B
Makefile
3 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
|