Typos withim mtd/ with Macronix MX25L. In NuttX/drivers/mtd/Make.defs letters X between M and 25 are missing. Noted by Oleg Evseev.

This commit is contained in:
Gregory Nutt 2017-01-30 07:26:38 -06:00
parent e30b2617e3
commit a70ea9d3bc

View File

@ -108,8 +108,8 @@ ifeq ($(CONFIG_MTD_M25P),y)
CSRCS += m25px.c CSRCS += m25px.c
endif endif
ifeq ($(CONFIG_MTD_M25L),y) ifeq ($(CONFIG_MTD_MX25L),y)
CSRCS += m25lx.c CSRCS += mx25lx.c
endif endif
ifeq ($(CONFIG_MTD_S25FL1),y) ifeq ($(CONFIG_MTD_S25FL1),y)