From fc658208e026242420b9924a9e4bfa581479e1f5 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Thu, 15 Dec 2016 13:36:09 +0100 Subject: [PATCH] tools/xenstat: Don't disable xentop when cross-compiling This partially reverts 16504669c5cbb8b195d20412aadc838da5c428f7 since xentop cross-compiles fine. Signed-off-by: Edgar E. Iglesias Acked-by: Wei Liu --- tools/xenstat/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/xenstat/Makefile b/tools/xenstat/Makefile index 09ec1b7858..90d033a78c 100644 --- 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 -- 2.30.2