From 906677d6411c3dc579e07967d0137a12392ff314 Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Thu, 5 Sep 2013 12:40:01 +0200 Subject: tools: allow user to specify a system seabios binary If this option is given don't bother building seabios ourselves. Likely to be handy for distros who have an existing seabios package which they want to reuse. Signed-off-by: Fabio Fantoni Acked-by: Ian Campbell --- config/Tools.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/Tools.mk.in b/config/Tools.mk.in index e388e4289f..67f57824cf 100644 --- a/config/Tools.mk.in +++ b/config/Tools.mk.in @@ -23,6 +23,7 @@ LD86 := @LD86@ BCC := @BCC@ IASL := @IASL@ FETCHER := @FETCHER@ +SEABIOS_PATH := @seabios_path@ # Extra folder for libs/includes PREPEND_INCLUDES := @PREPEND_INCLUDES@ -- cgit v1.2.3