aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-04-24 17:28:37 +0100
committerRoger Pau Monne <roger.pau@citrix.com>2012-04-24 17:28:37 +0100
commit663448101e80c738e486e41b4d40d38a8b436123 (patch)
tree2e7075a262f9767b3731137c5dd99d0f575ee428 /config
parent5a60c9c012b245aa0afa6d9ad680662302cc4e4f (diff)
downloadxen-663448101e80c738e486e41b4d40d38a8b436123.tar.gz
xen-663448101e80c738e486e41b4d40d38a8b436123.tar.bz2
xen-663448101e80c738e486e41b4d40d38a8b436123.zip
autoconf: add ovmf, rombios and seabios and configure options
Move this hardcoded options from Config.mk to config/Tools.mk and add the appropiate configure options. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/Tools.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/Tools.mk.in b/config/Tools.mk.in
index 912d02199a..ee6cda384d 100644
--- a/config/Tools.mk.in
+++ b/config/Tools.mk.in
@@ -44,6 +44,9 @@ PYTHON_TOOLS := @pythontools@
OCAML_TOOLS := @ocamltools@
CONFIG_MINITERM := @miniterm@
CONFIG_LOMOUNT := @lomount@
+CONFIG_OVMF := @ovmf@
+CONFIG_ROMBIOS := @rombios@
+CONFIG_SEABIOS := @seabios@
#System options
CONFIG_SYSTEM_LIBAIO:= @system_aio@