aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-05-14 16:34:29 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-05-14 16:34:29 +0100
commit8a54dd6247fc86bef027851063c00c361f6627eb (patch)
tree4270e15f3a2ef409228e94367b650e449f2e6845 /tools/misc
parent9a3fe991fdd744485f0a59743f421c785986963b (diff)
downloadxen-8a54dd6247fc86bef027851063c00c361f6627eb.tar.gz
xen-8a54dd6247fc86bef027851063c00c361f6627eb.tar.bz2
xen-8a54dd6247fc86bef027851063c00c361f6627eb.zip
tools: xen-lowmemd is x86 specific, only install for x86
It is TARGETS-$(CONFIG_X86) so it should be INSTALL_SBIN-$(CONFIG_X86) too Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 834ffe7f80..2e763cc429 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -22,8 +22,8 @@ INSTALL_BIN-y := xencons xenpvnetboot
INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN := $(INSTALL_BIN-y)
-INSTALL_SBIN-y := xm xen-bugtool xen-python-path xend xenperf xsview xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xenwatchdogd xen-ringwatch xen-lowmemd
-INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx xen-hvmcrash
+INSTALL_SBIN-y := xm xen-bugtool xen-python-path xend xenperf xsview xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xenwatchdogd xen-ringwatch
+INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx xen-hvmcrash xen-lowmemd
INSTALL_SBIN-$(CONFIG_MIGRATE) += xen-hptool
INSTALL_SBIN := $(INSTALL_SBIN-y)