aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-08-16 13:59:58 -0700
committerGitHub <noreply@github.com>2023-08-16 13:59:58 -0700
commitd1680b75debfdb09905d08cdf0cd8104449ddb21 (patch)
treeb15d1ef776b6f3e24888c2c118d41f8d478bc914
parent3bea946db38eaa7404afd05bfab16adb19591f86 (diff)
parent05c10a06a335b795738f11f98230d1fefec50d21 (diff)
downloadspike-d1680b75debfdb09905d08cdf0cd8104449ddb21.zip
spike-d1680b75debfdb09905d08cdf0cd8104449ddb21.tar.gz
spike-d1680b75debfdb09905d08cdf0cd8104449ddb21.tar.bz2
Merge pull request #1438 from liuyu81/master
fdt: Install header files `fdt.h` and `libfdt_env.h` as needed by `libfdt.h`
-rw-r--r--fdt/fdt.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/fdt/fdt.mk.in b/fdt/fdt.mk.in
index 32c6d49..51e7ae4 100644
--- a/fdt/fdt.mk.in
+++ b/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 \