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:
parent
e30b2617e3
commit
a70ea9d3bc
@ -108,8 +108,8 @@ ifeq ($(CONFIG_MTD_M25P),y)
|
||||
CSRCS += m25px.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_MTD_M25L),y)
|
||||
CSRCS += m25lx.c
|
||||
ifeq ($(CONFIG_MTD_MX25L),y)
|
||||
CSRCS += mx25lx.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_MTD_S25FL1),y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user