Skip to content

Commit

Permalink
waf: build littlefs filebd
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 13, 2024
1 parent 1d9ebd1 commit 31f101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ardupilotwaf/littlefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def configure(cfg):
def littlefs(bld, **kw):
kw.update(
name='littlefs',
source=['modules/littlefs/lfs.c', 'modules/littlefs/lfs_util.c'],
source=['modules/littlefs/lfs.c', 'modules/littlefs/lfs_util.c', 'modules/littlefs/bd/lfs_filebd.c'],
target='littlefs',
defines=['LFS_NO_DEBUG'],
cflags=['-Wno-format', '-Wno-format-extra-args', '-Wno-shadow', '-Wno-unused-function', '-Wno-missing-declarations']
Expand Down

0 comments on commit 31f101a

Please sign in to comment.