From c22851011f21d6ec4d44172ed403b47e7d22171d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 19 Nov 2006 19:24:06 +0000 Subject: Fix hardcoding of iasl path. iasl is in the user path in the pmtools packages of upcoming SUSE 10.2, too, so the problem will go away. (new package installed on linuxbios.org, too) See also http://www.linuxbios.org/pipermail/linuxbios/2006-September/015968.html Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2498 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/amdk8') diff --git a/src/northbridge/amd/amdk8/Config.lb b/src/northbridge/amd/amdk8/Config.lb index bc6054f75d..de9c193512 100644 --- a/src/northbridge/amd/amdk8/Config.lb +++ b/src/northbridge/amd/amdk8/Config.lb @@ -21,7 +21,7 @@ if HAVE_ACPI_TABLES object amdk8_acpi.o makerule ssdt.c depends "$(TOP)/src/northbridge/amd/amdk8/ssdt.dsl" - action "/usr/sbin/iasl -tc $(TOP)/src/northbridge/amd/amdk8/ssdt.dsl" + action "iasl -tc $(TOP)/src/northbridge/amd/amdk8/ssdt.dsl" action "perl -pi -e 's/AmlCode/AmlCode_ssdt/g' ssdt.hex" action "mv ssdt.hex ssdt.c" end -- cgit v1.2.3