XinStellaris commented on code in PR #6829: URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r945407575
########## drivers/mtd/Make.defs: ########## @@ -29,6 +29,10 @@ ifeq ($(CONFIG_MTD),y) CSRCS += ftl.c mtd_config.c +ifeq ($(CONFIG_MTD_NVS),y) +CSRCS += mtd_nvs.c +endif Review Comment: mtd_config.c was added in line 30 of this file. So this is not necessary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org