Browse Source

Merge pull request #1438 from liuyu81/master

fdt: Install header files `fdt.h` and `libfdt_env.h` as needed by `libfdt.h`
pull/1445/head
Andrew Waterman 3 years ago
committed by GitHub
parent
commit
d1680b75de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      fdt/fdt.mk.in

2
fdt/fdt.mk.in

@ -4,6 +4,8 @@ fdt_install_shared_lib = yes
fdt_install_hdrs = \
libfdt.h \
fdt.h \
libfdt_env.h
fdt_c_srcs = \
fdt.c \

Loading…
Cancel
Save