]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/perf/pmu-events/Build
iio: imu: inv_mpu6050: test whoami first and against all known values
[mirror_ubuntu-artful-kernel.git] / tools / perf / pmu-events / Build
1 hostprogs := jevents
2
3 jevents-y += json.o jsmn.o jevents.o
4 pmu-events-y += pmu-events.o
5 JDIR = pmu-events/arch/$(ARCH)
6 JSON = $(shell [ -d $(JDIR) ] && \
7 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
8 #
9 # Locate/process JSON files in pmu-events/arch/
10 # directory and create tables in pmu-events.c.
11 #
12 $(OUTPUT)pmu-events/pmu-events.c: $(JSON) $(JEVENTS)
13 $(Q)$(call echo-cmd,gen)$(JEVENTS) $(ARCH) pmu-events/arch $(OUTPUT)pmu-events/pmu-events.c $(V)