mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 11:06:39 +07:00
157550ff77
add the GPMI-NAND driver in the relevant Kconfig and Makefile in the MTD. Signed-off-by: Huang Shijie <b32955@freescale.com> Acked-by: Marek Vasut <marek.vasut@gmail.com> Tested-by: Koen Beel <koen.beel@barco.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.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
|