Currently tools/power/acpi is broken:
1. acpidump build is broken because utnonansi.o is not linked.
2. ec build is broken because descend build is not supported.
This patch fixes the above issues.

Lv Zheng (2):
  tools/power/acpi: Add descend support in ACPI tools Makefile.
  tools/power/acpi: Enable build for EC userspace tool.

 tools/power/acpi/Makefile                |  168 +++---------------------------
 tools/power/acpi/Makefile.config         |   92 ++++++++++++++++
 tools/power/acpi/Makefile.rules          |   37 +++++++
 tools/power/acpi/tools/acpidump/Makefile |   53 ++++++++++
 tools/power/acpi/tools/ec/Makefile       |   33 +++---
 5 files changed, 213 insertions(+), 170 deletions(-)
 create mode 100644 tools/power/acpi/Makefile.config
 create mode 100644 tools/power/acpi/Makefile.rules
 create mode 100644 tools/power/acpi/tools/acpidump/Makefile

-- 
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to