aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/pmu-events/Build
blob: 215ba30b85343ad1874b1fc52c05fccbd8948bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
hostprogs := jevents

jevents-y	+= json.o jsmn.o jevents.o
HOSTCFLAGS_jevents.o	= -I$(srctree)/tools/include
pmu-events-y	+= pmu-events.o
JDIR		=  pmu-events/arch/$(SRCARCH)
JSON		=  $(shell [ -d $(JDIR) ] &&				\
			find $(JDIR) -name '*.json' -o -name 'mapfile.csv')

#
# Locate/process JSON files in pmu-events/arch/
# directory and create tables in pmu-events.c.
#
$(OUTPUT)pmu-events/pmu-events.c: $(JSON) $(JEVENTS)
	$(Q)$(call echo-cmd,gen)$(JEVENTS) $(SRCARCH) pmu-events/arch $(OUTPUT)pmu-events/pmu-events.c $(V)