You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
260 B
19 lines
260 B
fdt_subproject_deps = \
|
|
|
|
fdt_install_hdrs = \
|
|
libfdt.h \
|
|
fdt.h \
|
|
libfdt_env.h
|
|
|
|
fdt_c_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 \
|
|
|
|
fdt_CFLAGS = -I$(src_dir)/fdt
|
|
|