]> xenbits.xensource.com Git - seabios.git/commit
acpi: fix build with new iasl compiler
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 2 Aug 2012 18:57:20 +0000 (21:57 +0300)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 4 Aug 2012 14:57:59 +0000 (10:57 -0400)
commit4da0725dc39d2e64d8efa593210599004833269b
treeb5cea6fbff6daafbe6951fee3a23e1d20379b8c9
parent008c1fc5bd4f1c545c38e07242ad676830ea7785
acpi: fix build with new iasl compiler

iasl versions starting with 20120320
(git commit 7fd09d993580e22a096a1b21d2a356d89e702153) enable
a preprocessor by default, which currently strips out
comments from the input. Happily the next release,
20120420, includes an option to disable the preprocessor.
Test and use this option when available.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Makefile