abuild fix for the asus a8v-e_se and newest iasl version (trivial)
Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2983 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4617191ca1
commit
44a115706b
|
@ -69,7 +69,7 @@ if HAVE_ACPI_TABLES
|
|||
object fadt.o
|
||||
makerule dsdt.c
|
||||
depends "$(MAINBOARD)/dsdt.asl"
|
||||
action "iasl -tc $(MAINBOARD)/dsdt.asl"
|
||||
action "iasl -p $(PWD)/dsdt -tc $(MAINBOARD)/dsdt.asl"
|
||||
action "mv dsdt.hex dsdt.c"
|
||||
end
|
||||
object ./dsdt.o
|
||||
|
|
Loading…
Reference in New Issue