Sign in
◑
Theme
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
refs/heads/upstream/develop
/
.
/
lib
/
littlefs
/
BUILD.bazel
blob: b878fa15b06ed32150c00d3d49f801efd0a04887 [
file
] [
edit
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"littlefs"
,
srcs
=
[
"lfs.c"
,
"lfs_util.c"
,
],
hdrs
=
[
"lfs.h"
,
"lfs_util.h"
,
],
includes
=
[
"."
],
)