aboutsummaryrefslogtreecommitdiff
path: root/fdt
diff options
context:
space:
mode:
authorLIU Yu <liuy@etech-inc.com>2023-08-16 16:50:48 +0800
committerLIU Yu <liuy@etech-inc.com>2023-08-16 16:50:48 +0800
commit05c10a06a335b795738f11f98230d1fefec50d21 (patch)
tree4b7a668db6e4db4907e8904888357ca469c3d1ca /fdt
parent5a499ef718bba2fc323e9771ebd7545c66825ff6 (diff)
downloadspike-05c10a06a335b795738f11f98230d1fefec50d21.zip
spike-05c10a06a335b795738f11f98230d1fefec50d21.tar.gz
spike-05c10a06a335b795738f11f98230d1fefec50d21.tar.bz2
Install header files fdt.h and libfdt_env.h as needed by libfdt.h
Diffstat (limited to 'fdt')
-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 \