Skip to content

Commit d1680b7

Browse files
authored
Merge pull request #1438 from liuyu81/master
fdt: Install header files `fdt.h` and `libfdt_env.h` as needed by `libfdt.h`
2 parents 3bea946 + 05c10a0 commit d1680b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fdt/fdt.mk.in

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ fdt_install_shared_lib = yes
44

55
fdt_install_hdrs = \
66
libfdt.h \
7+
fdt.h \
8+
libfdt_env.h
79

810
fdt_c_srcs = \
911
fdt.c \

0 commit comments

Comments
 (0)