]> xenbits.xensource.com Git - xen.git/commit
libxl: avoid golang building without CONFIG_GOLANG=y
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Aug 2020 08:06:32 +0000 (10:06 +0200)
committerWei Liu <wl@xen.org>
Tue, 4 Aug 2020 14:46:55 +0000 (14:46 +0000)
commitfe49938f21c26f0ce630c69af055f927dd0ed75f
treefc6aab7f3c87c53cb8ee2215b4a2f09d08ead866
parent9909532113692020c1b50eb974cac47d4ea10e69
libxl: avoid golang building without CONFIG_GOLANG=y

While this doesn't address the real problem I've run into (attempting to
update r/o source files), not recursing into tools/golang/xenlight/ is
enough to fix the build for me for the moment. I don't currently see why
60db5da62ac0 ("libxl: Generate golang bindings in libxl Makefile") found
it necessary to invoke this build step unconditionally.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libxl/Makefile