mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 11:28:22 +08:00
097543681a
Note that $(CONFIG_FS_LITTLEFS_VERSION).tar.gz is expanded to eg. "v2.5.1".tar.gz. The extra quotes break make's file existence checks. Fixes: https://github.com/apache/nuttx/issues/15148 The regression was caused by https://github.com/apache/nuttx/pull/14903