From c2dff7fd44aa7d89d93e1c480109e1fc2362494c Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Mon, 14 May 2012 21:06:10 -0600 Subject: Pass IASL to SeaBIOS Use the coreboot IASL for building SeaBIOS. Change-Id: Ia6c802b090d53b7fbbc8ddb6edad3de6b822ff41 Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/1033 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- src/arch/x86/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 5486bb130a..1b1308ea3b 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -365,7 +365,7 @@ seabios: OBJCOPY="$(OBJCOPY)" STRIP="$(STRIP)" \ CONFIG_SEABIOS_MASTER=$(CONFIG_SEABIOS_MASTER) \ CONFIG_SEABIOS_STABLE=$(CONFIG_SEABIOS_STABLE) \ - OUT=$(abspath $(obj)) + OUT=$(abspath $(obj)) IASL="$(IASL)" filo: $(MAKE) -C payloads/external/FILO -f Makefile.inc \ -- cgit v1.2.3