diff options
author | Marc Jones <marc.jones@se-eng.com> | 2012-05-14 21:06:10 -0600 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-05-15 07:00:59 +0200 |
commit | c2dff7fd44aa7d89d93e1c480109e1fc2362494c (patch) | |
tree | 4321e7d5d6c7805f23633fcacab49e357b06924e /src/arch/x86 | |
parent | 20959ba21baf0e56aea505d090e79df37fa9e695 (diff) | |
download | coreboot-c2dff7fd44aa7d89d93e1c480109e1fc2362494c.tar.xz |
Pass IASL to SeaBIOS
Use the coreboot IASL for building SeaBIOS.
Change-Id: Ia6c802b090d53b7fbbc8ddb6edad3de6b822ff41
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/1033
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |