From 663448101e80c738e486e41b4d40d38a8b436123 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 24 Apr 2012 17:28:37 +0100 Subject: 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 Acked-by: Ian Campbell Committed-by: Ian Jackson --- config/Tools.mk.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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@ -- cgit v1.2.3