summaryrefslogtreecommitdiff
path: root/package/dtc
diff options
context:
space:
mode:
Diffstat (limited to 'package/dtc')
-rw-r--r--package/dtc/dtc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index c01fe7b40..e094f7bf7 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -36,7 +36,8 @@ endef
# For staging, only the library is needed
define DTC_INSTALL_STAGING_CMDS
- $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install-lib
+ $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install-lib \
+ install-includes
endef
define DTC_INSTALL_TARGET_CMDS