summaryrefslogtreecommitdiff
path: root/Config.mk
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2019-12-12 18:27:34 +0000
committerAndrew Cooper <andrew.cooper3@citrix.com>2019-12-13 16:30:34 +0000
commit9239a90ecd4789e73dcb2b67e07db4cfec580a9e (patch)
tree95a37a6c3fb15cc74b30e2ede74e44efa71d5f0e /Config.mk
parent27d3ea41e67c4161c91359cef24ef415a5dd2163 (diff)
downloadxen-9239a90ecd4789e73dcb2b67e07db4cfec580a9e.tar.gz
Config.mk: Remove stray comment
This comment isn't about CONFIG_TESTS, but about SEABIOS_DIR that has been removed. Originally, the comment was added by 5f82d0858de1 ("tools: support SeaBIOS. Use by default when upstream qemu is configured."), then later the SEABIOS_DIR was removed by 14ee3c05f3ef ("Clone and build Seabios by default") but that comment about the pain was left behind. The commit that made CONFIG_TESTS painful was 85896a7c4dc7 ("build: add autoconf to replace custom checks in tools/check"). Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 8768398d5e..35d66e5e12 100644
--- a/Config.mk
+++ b/Config.mk
@@ -289,7 +289,4 @@ QEMU_TRADITIONAL_LOC ?= $(call or,$(wildcard $(QEMU_TRADITIONAL_INTREE)),\
QEMU_UPSTREAM_LOC ?= $(call or,$(wildcard $(QEMU_UPSTREAM_INTREE)),\
$(QEMU_UPSTREAM_URL))
-# Short answer -- do not enable this unless you know what you are
-# doing and are prepared for some pain.
-
CONFIG_TESTS ?= y