From: Wei Liu Date: Tue, 4 Aug 2020 15:53:48 +0000 (+0000) Subject: Revert "libxl: avoid golang building without CONFIG_GOLANG=y" X-Git-Tag: 4.15.0-rc1~948 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c9f9a7258dc07735e2da2b6d0b51a0218c76a51f;p=people%2Fjgross%2Fxen.git Revert "libxl: avoid golang building without CONFIG_GOLANG=y" This reverts commit fe49938f21c26f0ce630c69af055f927dd0ed75f. We have an on-going discussion regarding this patch. Signed-off-by: Wei Liu --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 4fc4e1e944..38cd43abae 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -282,9 +282,7 @@ _libxl_type%.h _libxl_type%_json.h _libxl_type%_private.h _libxl_type%.c: libxl_ # about races with tools/golang/xenlight/Makefile:all .PHONY: idl-external idl-external: -ifeq ($(CONFIG_GOLANG),y) $(MAKE) -C $(XEN_ROOT)/tools/golang/xenlight idl-gen -endif LIBXL_IDLGEN_FILES = _libxl_types.h _libxl_types_json.h _libxl_types_private.h _libxl_types.c \ _libxl_types_internal.h _libxl_types_internal_json.h _libxl_types_internal_private.h _libxl_types_internal.c