mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
b1c74c6a2f
Use cp14 accesses to ETM registers for Krait v3 to avoid limitations with memory mapped accesses. Change-Id: Ia956eb0f5b45c748ffb5dd13dd14dc9595b9c68a Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
14 lines
580 B
Makefile
14 lines
580 B
Makefile
#
|
|
# Makefile for CoreSight drivers.
|
|
#
|
|
obj-$(CONFIG_CORESIGHT) += coresight.o
|
|
obj-$(CONFIG_OF) += of_coresight.o
|
|
obj-$(CONFIG_CORESIGHT_CSR) += coresight-csr.o
|
|
obj-$(CONFIG_CORESIGHT_TMC) += coresight-tmc.o
|
|
obj-$(CONFIG_CORESIGHT_TPIU) += coresight-tpiu.o
|
|
obj-$(CONFIG_CORESIGHT_ETB) += coresight-etb.o
|
|
obj-$(CONFIG_CORESIGHT_FUNNEL) += coresight-funnel.o
|
|
obj-$(CONFIG_CORESIGHT_REPLICATOR) += coresight-replicator.o
|
|
obj-$(CONFIG_CORESIGHT_STM) += coresight-stm.o
|
|
obj-$(CONFIG_CORESIGHT_ETM) += coresight-etm.o coresight-etm-cp14.o
|
|
obj-$(CONFIG_CORESIGHT_EVENT) += control_trace.o
|