diff options
| author | Zhigang Lu <zlu@tilera.com> | 2014-01-27 02:11:07 -0500 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2014-03-07 11:19:47 -0500 |
| commit | 8e3441ebab48c3537b1a9ae06fb7616a3332bd35 (patch) | |
| tree | 6b2a748d7952827e121dd78aa0f4c6dcb449dfb9 /arch/tile/kernel/Makefile | |
| parent | 2e285458e62fe202cb81b831f41779c7e7e5cbe6 (diff) | |
tile: Add support for handling PMC hardware
The PMC module is used by perf_events, oprofile and watchdogs.
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 27a2bf39dae8..71d835365c73 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_USE_PMC) += pmc.o | ||
| 28 | obj-$(CONFIG_TILE_USB) += usb.o | 29 | obj-$(CONFIG_TILE_USB) += usb.o |
| 29 | obj-$(CONFIG_TILE_HVGLUE_TRACE) += hvglue_trace.o | 30 | obj-$(CONFIG_TILE_HVGLUE_TRACE) += hvglue_trace.o |
| 30 | obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount_64.o | 31 | obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount_64.o |
