Author: uwe Date: Thu Dec 9 14:10:57 2010 New Revision: 6157 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6157
Log: Build fix, forgot to run abuild on the latest tree.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/src/mainboard/asus/m4a78-em/dsdt.asl
Modified: trunk/src/mainboard/asus/m4a78-em/dsdt.asl ============================================================================== --- trunk/src/mainboard/asus/m4a78-em/dsdt.asl Thu Dec 9 13:39:48 2010 (r6156) +++ trunk/src/mainboard/asus/m4a78-em/dsdt.asl Thu Dec 9 14:10:57 2010 (r6157) @@ -27,7 +27,7 @@ 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ - /* #include "acpi/debug.asl" */ /* Include global debug methods if needed */ + /* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
/* Data to be patched by the BIOS during POST */ /* FIXME the patching is not done yet! */ @@ -1162,7 +1162,7 @@
/* South Bridge */ Scope(_SB) { /* Start _SB scope */ - #include "acpi/globutil.asl" /* global utility methods expected within the _SB scope */ + #include "../../../arch/i386/acpi/globutil.asl" /* global utility methods expected within the _SB scope */
/* _SB.PCI0 */ /* Note: Only need HID on Primary Bus */