From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: [PATCH 0/2] tools/power/acpi: Fix ACPI tools build issues.
Date: Tue, 28 Jul 2015 13:25:12 +0800 [thread overview]
Message-ID: <cover.1438060971.git.lv.zheng@intel.com> (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
next reply other threads:[~2015-07-28 5:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 5:25 Lv Zheng [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1438060971.git.lv.zheng@intel.com \
--to=lv.zheng@intel.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=zetalog@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox