From 77c8da6806f0e7a353f59e050227bacd6dbdaefd Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 2 Dec 2009 08:46:11 +0000 Subject: [PATCH] remus: Skip Linux-specific build components on other OSes Signed-off-by: Christoph Egger Acked-by: Brendan Cully --- tools/remus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/remus/Makefile b/tools/remus/Makefile index dcb4b4d0b5..6e39932979 100644 --- a/tools/remus/Makefile +++ b/tools/remus/Makefile @@ -1,7 +1,7 @@ XEN_ROOT=../.. include $(XEN_ROOT)/tools/Rules.mk -SUBDIRS-y := imqebt kmod +SUBDIRS-$(CONFIG_Linux) := imqebt kmod SCRIPTS = remus -- 2.30.2