]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
Revert "libxl: avoid golang building without CONFIG_GOLANG=y"
authorWei Liu <wl@xen.org>
Tue, 4 Aug 2020 15:53:48 +0000 (15:53 +0000)
committerWei Liu <wl@xen.org>
Tue, 4 Aug 2020 15:58:07 +0000 (15:58 +0000)
This reverts commit fe49938f21c26f0ce630c69af055f927dd0ed75f.

We have an on-going discussion regarding this patch.

Signed-off-by: Wei Liu <wl@xen.org>
tools/libxl/Makefile

index 4fc4e1e9444a2b422080f84489d75ff64f3ddf35..38cd43abae1cce2c4cc8c5bebf3b2116281b87af 100644 (file)
@@ -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