Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1193768

[PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues.

From Lv Zheng <lv.zheng@intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues.
Date 2015-07-28 07:30 +0200
Message-ID <pR5CG-86P-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues. Lv Zheng <lv.zheng@intel.com> - 2015-07-28 07:30 +0200
  [PATCH 2/2] tools/power/acpi: Enable build for EC userspace tool. Lv Zheng <lv.zheng@intel.com> - 2015-07-28 07:30 +0200

csiph-web