From: Wei Liu Date: Mon, 31 Oct 2016 17:03:04 +0000 (+0000) Subject: Config.mk: fix comment for debug option X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~131 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fecf584294c6b00d95de0ecdb5e02269d8d9b4c9;p=xen.git Config.mk: fix comment for debug option Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk Release-acked-by: Wei Liu --- diff --git a/Config.mk b/Config.mk index ebbd9c0ac2..fb836a4e50 100644 --- a/Config.mk +++ b/Config.mk @@ -16,7 +16,8 @@ or = $(if $(strip $(1)),$(1),$(if $(strip $(2)),$(2),$(if $(strip $(3)),$( -include $(XEN_ROOT)/.config -# A debug build of Xen and tools? +# A debug build of tools? +# Hypervisor debug build is controlled by Kconfig. debug ?= n debug_symbols ?= $(debug)