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)
f='/cgit.cgi/linux/net-next.git/commit/include/crypto/internal/kpp.h?id=050aaeab99067b6a08b34274ff15ca5dbb94a160'>050aaeab99067b6a08b34274ff15ca5dbb94a160 (patch) treea890901359957ad5eebfc5144f2ff047a4a581b9 /include/crypto/internal/kpp.h parentb26b5ef5ec7eab0e1d84c5b281e87b2f2a5e0586 (diff)parentfdd8218d7d1bd0ccb9a3f4c58bf77773691a56cc (diff)
Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "Just a few trivial small fixes" * tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: line6: fix a crash in line6_hwdep_write() ALSA: seq: fix passing wrong pointer in function call of compatibility layer ALSA: hda - Fix a failure of micmute led when having multi adcs ALSA: line6: Fix POD X3 Live audio input
Diffstat (limited to 'include/crypto/internal/kpp.h')