mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] perf, tools: Add mapfile.csv dependency
@ 2015-06-03 12:59 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2015-06-03 12:59 UTC (permalink / raw)
  To: sukadev; +Cc: linux-kernel, Andi Kleen

From: Andi Kleen <ak@linux.intel.com>

Add a missing dependency from mapfile.csv

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 tools/perf/pmu-events/Build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/pmu-events/Build b/tools/perf/pmu-events/Build
index 7e0c85c..f32e674 100644
--- a/tools/perf/pmu-events/Build
+++ b/tools/perf/pmu-events/Build
@@ -1,6 +1,6 @@
 jevents-y	+= json.o jsmn.o jevents.o
 pmu-events-y	+= pmu-events.o
-JSON		=  $(shell find pmu-events/arch/$(ARCH) -name '*.json')
+JSON		=  $(shell find pmu-events/arch/$(ARCH) -name '*.json' -or -name 'mapfile.csv')
 
 #
 # Locate/process JSON files in pmu-events/arch/
-- 
2.4.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-03 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-03 12:59 [PATCH] perf, tools: Add mapfile.csv dependency Andi Kleen

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

all inboxes | Powered by JetHome®