mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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
|