summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/Build
blob: 9213a1273697a801d6b75f4a8804424e68eb6ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
hostprogs := jevents

jevents-y	+= json.o jsmn.o jevents.o
pmu-events-y	+= pmu-events.o
JDIR		=  pmu-events/arch/$(ARCH)
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) $(ARCH) pmu-events/arch $(OUTPUT)pmu-events/pmu-events.c $(V)
th>Mark Brown <broonie@kernel.org>2016-11-23 16:27:42 +0000 commit983779235a4d08f94e8cda073200423e0ff01d2e (patch) tree254b624bd499c14b09d55abaf209ea95f3c860f7 /include/acpi/acexcep.h parent383d0fca7035a12f1201277d33e8fc87c9d60c9a (diff)
regulator: max77620: add documentation for MPOK property
Adding documentation for maxim,power-ok-control dts property Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/acpi/acexcep.h')