aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-03-23 11:43:37 -0400
committerRuss Cox <rsc@golang.org>2011-03-23 11:43:37 -0400
commitc19b373c8ab8eca47a9fd02b97d8492cc099ef10 (patch)
tree3b497adbbf4825f10de5e7b82e84634e7ad6b20d /src/pkg/runtime/Makefile
parentf9fc1ddf75b33f73787024c0cb47b15b5a40c2cb (diff)
downloadgo-c19b373c8ab8eca47a9fd02b97d8492cc099ef10.tar.xz
runtime: cpu profiling support
R=r CC=golang-dev https://golang.org/cl/4306043
Diffstat (limited to 'src/pkg/runtime/Makefile')
-rw-r--r--src/pkg/runtime/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile
index 0cdb57ee71..4da78c5f09 100644
--- a/src/pkg/runtime/Makefile
+++ b/src/pkg/runtime/Makefile
@@ -53,6 +53,7 @@ OFILES=\
cgocall.$O\
chan.$O\
closure.$O\
+ cpuprof.$O\
float.$O\
complex.$O\
hashmap.$O\