summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c01fe7b400..e094f7bf78 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
OpenPOWER on IntegriCloud