]> xenbits.xensource.com Git - xen.git/commit
tools/libacpi: cleanup Makefile, don't check for iasl binary
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:58 +0000 (17:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 16 Dec 2021 20:27:12 +0000 (20:27 +0000)
commit5a8b28bfd4315d9b5c1d57d60a33c81413ee9c8f
tree03cf9f9d9fcc68f0400bd050892eae136134a249
parentc1634f0c86095e22228a1e1f6f917bfe1c91001d
tools/libacpi: cleanup Makefile, don't check for iasl binary

iasl is been check for presence by ./configure, so this Makefile
doesn't have to do it. Also start to use $(IASL) that ./configure
generate.

iasl hasn't been download by our build system for a while and the
dependency on iasl is in the main xen.git README.

Make use of $< in one rule instead of spelling the %.asl file again.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libacpi/Makefile
tools/libacpi/README