]> xenbits.xensource.com Git - xen.git/commitdiff
Config.mk: fix comment for debug option
authorWei Liu <wei.liu2@citrix.com>
Mon, 31 Oct 2016 17:03:04 +0000 (17:03 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 3 Nov 2016 10:40:44 +0000 (10:40 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
Config.mk

index ebbd9c0ac2095c8c1ce070db00703d4c2576e9ea..fb836a4e507287256094ee1f1219d96db94deb7e 100644 (file)
--- 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)