]> xenbits.xensource.com Git - xen.git/commitdiff
tools: xen-lowmemd is x86 specific, only install for x86
authorIan Campbell <ian.campbell@citrix.com>
Mon, 14 May 2012 15:34:29 +0000 (16:34 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 14 May 2012 15:34:29 +0000 (16:34 +0100)
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>
tools/misc/Makefile

index 834ffe7f80e629cae2e36b0f2c423b1881308586..2e763cc429afe9f0a66a709fd69b7ed2abb5fae1 100644 (file)
@@ -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)