Avoid ../../.. paths in ASL files
authorPatrick Georgi <patrick@georgi-clan.de>
Thu, 16 Feb 2012 18:01:22 +0000 (19:01 +0100)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 17 Feb 2012 18:25:35 +0000 (19:25 +0100)
commit334328a51f8ec04e6fb4a774198c8f9db7c5ef2d
treec0606c50ed322451aa6b4feae7749e58ee3371d2
parentfdcd135b9604332499303736e6fcbb9d025c893f
Avoid ../../.. paths in ASL files

The current directory is always part of the search path of cpp when
using #include "..."

Change-Id: I74fe39e0c79835e4b9a927afcbeab21040d8ae52
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/648
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/northbridge/intel/i945/acpi/i945.asl
src/northbridge/intel/sch/acpi/sch.asl
src/southbridge/intel/i82801gx/acpi/ich7.asl
src/southbridge/intel/i82801gx/acpi/lpc.asl
src/southbridge/intel/sch/acpi/lpc.asl
src/southbridge/intel/sch/acpi/sch.asl