diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2014-11-03 13:07:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-07 18:19:33 -0500 |
commit | 184901a06a366d40386e07307bcadc9eeaabbd39 (patch) | |
tree | 458f50b26f26a13d4c57fd625ec9689537880170 /arch/arm/kernel/Makefile | |
parent | 4d5616ca59350c47e4b00d17c1480d8b44d3c535 (diff) |
ARM: removing support for etb/etm in "arch/arm/kernel/"
Removing minimal support for etb/etm to favour an implementation
that is more flexible, extensible and capable of handling more
platforms.
Also removing the only client of the old driver. That code can
easily be replaced by entries for etb/etm in the device tree.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/kernel/Makefile')
-rw-r--r-- | arch/arm/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 38ddd9f83d0e..9e80b984219a 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
@@ -30,7 +30,6 @@ else | |||
30 | obj-y += entry-armv.o | 30 | obj-y += entry-armv.o |
31 | endif | 31 | endif |
32 | 32 | ||
33 | obj-$(CONFIG_OC_ETM) += etm.o | ||
34 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o | 33 | obj-$(CONFIG_CPU_IDLE) += cpuidle.o |
35 | obj-$(CONFIG_ISA_DMA_API) += dma.o | 34 | obj-$(CONFIG_ISA_DMA_API) += dma.o |
36 | obj-$(CONFIG_FIQ) += fiq.o fiqasm.o | 35 | obj-$(CONFIG_FIQ) += fiq.o fiqasm.o |