summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/host-dtc.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/host-dtc.make b/rules/host-dtc.make
index 2b1990a17..19d162bae 100644
--- a/rules/host-dtc.make
+++ b/rules/host-dtc.make
@@ -34,8 +34,10 @@ HOST_DTC_MAKE_OPT := \
NO_VALGRIND=1 \
NO_YAML=1 \
$(HOST_ENV_CC)
+
HOST_DTC_INSTALL_OPT := \
$(HOST_DTC_MAKE_OPT) \
- install
+ install-bin \
+ install-lib
# vim: syntax=make