21 lines
406 B
Text
21 lines
406 B
Text
cc_library_static {
|
|
name: "libfdt",
|
|
host_supported: true,
|
|
|
|
cflags: [
|
|
"-Wno-macro-redefined",
|
|
"-Wno-sign-compare",
|
|
],
|
|
srcs: [
|
|
"fdt.c",
|
|
"fdt_ro.c",
|
|
"fdt_wip.c",
|
|
"fdt_sw.c",
|
|
"fdt_rw.c",
|
|
"fdt_strerror.c",
|
|
"fdt_empty_tree.c",
|
|
"fdt_addresses.c",
|
|
"fdt_overlay.c",
|
|
],
|
|
export_include_dirs: ["."],
|
|
}
|