From: Masayoshi Mizuma <msys.mizuma@gmail.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 4/5] acpi_hotplug: Add Makefile
Date: Mon, 20 Aug 2018 15:49:14 -0400 [thread overview]
Message-ID: <20180820194915.11805-5-msys.mizuma@gmail.com> (raw)
In-Reply-To: <20180820194915.11805-1-msys.mizuma@gmail.com>
From: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>
Signed-off-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>
---
.../kernel/hotplug/acpi_hotplug/Makefile | 26 +++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 testcases/kernel/hotplug/acpi_hotplug/Makefile
diff --git a/testcases/kernel/hotplug/acpi_hotplug/Makefile b/testcases/kernel/hotplug/acpi_hotplug/Makefile
new file mode 100644
index 000000000..48c969b22
--- /dev/null
+++ b/testcases/kernel/hotplug/acpi_hotplug/Makefile
@@ -0,0 +1,26 @@
+#
+# ACPI based CPU and Memory hotplug test suite Makefile.
+# Copyright (c) 2018, FUJITSU LIMITED. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+
+top_srcdir ?= ../../../..
+
+include $(top_srcdir)/include/mk/testcases.mk
+
+INSTALL_TARGETS := *.sh
+
+include $(top_srcdir)/include/mk/generic_leaf_target.mk
--
2.18.0
next prev parent reply other threads:[~2018-08-20 19:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 19:49 [LTP] [PATCH 0/5] acpi_hotplug: Add new test for ACPI based cpu and memory hotplug Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 1/5] acpi_hotplug: Add library file " Masayoshi Mizuma
2018-08-24 16:12 ` Cyril Hrubis
2018-08-24 18:27 ` Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 2/5] acpi_hotplug: Add ACPI based cpu and memory hotplug testing Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 3/5] acpi_hotplug: Add ACPIHOTPLUG_01.sh under runtest Masayoshi Mizuma
2018-08-20 19:49 ` Masayoshi Mizuma [this message]
2018-08-20 19:49 ` [LTP] [PATCH 5/5] acpi_hotplug: Add README Masayoshi Mizuma
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=20180820194915.11805-5-msys.mizuma@gmail.com \
--to=msys.mizuma@gmail.com \
--cc=ltp@lists.linux.it \
/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