[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180928014907.GA10528@WindFlash>
Date: Thu, 27 Sep 2018 22:49:07 -0300
From: Leonardo Brás <leobras.c@...il.com>
To: lkcamp@...ts.libreplanetbr.org
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Finn Thain <fthain@...egraphics.com.au>,
Robert Richter <rric@...nel.org>,
"James E.J. Bottomley" <jejb@...isc-linux.org>,
Helge Deller <deller@....de>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
linux-kernel@...r.kernel.org, linux-m68k@...ts.linux-m68k.org,
oprofile-list@...ts.sf.net, linux-parisc@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: [PATCH v3 7/7] drivers: hwtracing: Adds Makefile to enable building
from directory.
Adds Makefile to enable building the driver using
'make drivers/hwtracing/'.
Changes drivers/Makefile to call the new Makefile directly.
It enables user building this driver without building the whole drivers/
subtree.
Signed-off-by: Leonardo Brás <leobras.c@...il.com>
---
drivers/Makefile | 4 +---
drivers/hwtracing/Makefile | 3 +++
2 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 drivers/hwtracing/Makefile
diff --git a/drivers/Makefile b/drivers/Makefile
index 578f469f72fb..a237be6b602f 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -174,9 +174,7 @@ obj-$(CONFIG_MCB) += mcb/
obj-$(CONFIG_PERF_EVENTS) += perf/
obj-$(CONFIG_RAS) += ras/
obj-$(CONFIG_THUNDERBOLT) += thunderbolt/
-obj-$(CONFIG_CORESIGHT) += hwtracing/coresight/
-obj-y += hwtracing/intel_th/
-obj-$(CONFIG_STM) += hwtracing/stm/
+obj-y += hwtracing/
obj-$(CONFIG_ANDROID) += android/
obj-$(CONFIG_NVMEM) += nvmem/
obj-$(CONFIG_FPGA) += fpga/
diff --git a/drivers/hwtracing/Makefile b/drivers/hwtracing/Makefile
new file mode 100644
index 000000000000..fe5773caec49
--- /dev/null
+++ b/drivers/hwtracing/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_CORESIGHT) += coresight/
+obj-y += intel_th/
+obj-$(CONFIG_STM) += stm/
--
2.19.0
Powered by blists - more mailing lists