Currently perf_event.c is 64bit specific due to inline assembly. Driver needs to support 32bit as well. Move the assembly code to asm/perf_event.h so that perf_event.c is 32/64 bit agnostic and move perf_event.c to drivers/perf from 64bit-specific arch dir. Change-Id: Ic5cd188700938e7a37120065a2d781e03bf99017 Signed-off-by: Patrick Fay <pfay@codeaurora.org>
2 lines
86 B
Makefile
2 lines
86 B
Makefile
obj-$(CONFIG_ARM_PMU) += arm_pmu.o
|
|
obj-$(CONFIG_HW_PERF_EVENTS) += perf_event_armv8.o
|