public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues.
@ 2015-07-28  5:25 Lv Zheng
  2015-07-28  5:25 ` [PATCH 1/2] tools/power/acpi: Add descend support in ACPI tools Makefile Lv Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lv Zheng @ 2015-07-28  5:25 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown; +Cc: Lv Zheng, Lv Zheng, linux-kernel, linux-acpi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-05 23:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28  5:25 [PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues Lv Zheng
2015-07-28  5:25 ` [PATCH 1/2] tools/power/acpi: Add descend support in ACPI tools Makefile Lv Zheng
2015-07-28  5:25 ` [PATCH 2/2] tools/power/acpi: Enable build for EC userspace tool Lv Zheng
2015-08-06  0:13 ` [PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox