summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-21 21:39:51 +0000
committerEric Andersen <andersen@codepoet.org>2004-08-21 21:39:51 +0000
commit09f85c7ffd5f5f931c7c5d6b58d56109175f24c9 (patch)
tree2f225a2e4e694866d4c72a9b5df06134bbdc2994 /libc/sysdeps/linux/common/Makefile
parent6e112da93a731085ff9b07f0804395bb3866925a (diff)
Attempt to support 'gcc -finstrument-functions', which seems much
more sane than 'gcc -pg' and seems much easier to support. -Erik
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index 1930351fb..5e40870a2 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -57,6 +57,9 @@ CSRC= __rt_sigtimedwait.c __socketcall.c __syscall_fcntl.c \
ifneq ($(strip $(EXCLUDE_BRK)),y)
CSRC+=sbrk.c
endif
+ifeq ($(strip $(UCLIBC_PROFILING)),y)
+CSRC+=noophooks.c pcprofile.c
+endif
ifeq ($(strip $(UCLIBC_PROPOLICE)),y)
CSRC+=ssp.c
endif