projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119d715
)
tools/xenstat: Don't disable xentop when cross-compiling
author
Edgar E. Iglesias
<edgar.iglesias@xilinx.com>
Thu, 15 Dec 2016 12:36:09 +0000
(13:36 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Fri, 16 Dec 2016 10:57:45 +0000
(10:57 +0000)
This partially reverts
16504669c5cbb8b195d20412aadc838da5c428f7
since xentop cross-compiles fine.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/xenstat/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/Makefile
b/tools/xenstat/Makefile
index 09ec1b785892ad973edee3c90ed5e0f888e6da32..90d033a78c1a44eec31183ff1015c949cd82687a 100644
(file)
--- a/
tools/xenstat/Makefile
+++ b/
tools/xenstat/Makefile
@@
-3,11
+3,7
@@
include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS :=
SUBDIRS += libxenstat
-
-# This doesn't cross-compile (cross-compile environments rarely have curses)
-ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
SUBDIRS += xentop
-endif
.PHONY: all install clean distclean