diff options
| author | Zhigang Lu <zlu@tilera.com> | 2014-01-27 21:03:50 -0500 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2014-03-07 11:19:48 -0500 |
| commit | 8d61dd7d3e374eb52a174ab04169b04e3d9d729f (patch) | |
| tree | 0312a9743c802bc329ebcb6ec7952727a5adc204 /arch/tile/kernel/Makefile | |
| parent | ba67823163c963de7f1f2d87526c9c87f3a3ea0b (diff) | |
tile/perf: Support perf_events on tilegx and tilepro
Add perf support for tile architecture.
Signed-off-by: Zhigang Lu <zlu@tilera.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/Makefile')
| -rw-r--r-- | arch/tile/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/Makefile b/arch/tile/kernel/Makefile index 71d835365c73..21f77bf68c69 100644 --- a/arch/tile/kernel/Makefile +++ b/arch/tile/kernel/Makefile | |||
| @@ -25,6 +25,7 @@ obj-$(CONFIG_PCI) += pci_gx.o | |||
| 25 | else | 25 | else |
| 26 | obj-$(CONFIG_PCI) += pci.o | 26 | obj-$(CONFIG_PCI) += pci.o |
| 27 | endif | 27 | endif |
| 28 | obj-$(CONFIG_PERF_EVENTS) += perf_event.o | ||
| 28 | obj-$(CONFIG_USE_PMC) += pmc.o | 29 | obj-$(CONFIG_USE_PMC) += pmc.o |
| 29 | obj-$(CONFIG_TILE_USB) += usb.o | 30 | obj-$(CONFIG_TILE_USB) += usb.o |
| 30 | obj-$(CONFIG_TILE_HVGLUE_TRACE) += hvglue_trace.o | 31 | obj-$(CONFIG_TILE_HVGLUE_TRACE) += hvglue_trace.o |
