diff options
author | Igor Nabirushkin <inabirushkin@nvidia.com> | 2013-09-07 15:16:57 +0400 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-26 19:46:22 -0700 |
commit | d9734e285985f8bcaaacf3d6b9b047516a791ac3 (patch) | |
tree | b8772adc8bc9ec8f7704609f98160b74c0ab9a9f /drivers/misc/tegra-profiler/Makefile | |
parent | 408ef482338cc38d27cbcf111ee191fabc4ff13f (diff) |
misc: tegra-profiler: add /proc entries
Tegra Profiler: show version and capabilities:
/proc/quadd/version
/proc/quadd/capabilities
Bug 1364258
Bug 1312406
Change-Id: I4ba26a0b6e95ecd350add4fac851feb98b0e84de
Signed-off-by: Igor Nabirushkin <inabirushkin@nvidia.com>
Reviewed-on: http://git-master/r/271828
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/misc/tegra-profiler/Makefile')
-rw-r--r-- | drivers/misc/tegra-profiler/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/misc/tegra-profiler/Makefile b/drivers/misc/tegra-profiler/Makefile index 7b3d8088aa2f..b206c8d0e6df 100644 --- a/drivers/misc/tegra-profiler/Makefile +++ b/drivers/misc/tegra-profiler/Makefile @@ -14,5 +14,17 @@ # obj-$(CONFIG_TEGRA_PROFILER) += tegra-profiler.o -tegra-profiler-objs := main.o armv7_pmu.o pl310.o hrt.o comm.o mmap.o backtrace.o debug.o ma.o power_clk.o auth.o +tegra-profiler-objs := \ + main.o \ + armv7_pmu.o \ + pl310.o \ + hrt.o \ + comm.o \ + mmap.o \ + backtrace.o \ + debug.o \ + ma.o \ + power_clk.o \ + auth.o \ + quadd_proc.o |