blob: f70dc5692f8e126d1c384b4d13ec10f7084e93b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# gmon sources
.PATH: ${LIBC_SRCTOP}/gmon
SRCS+= gmon.c mcount.c
SYM_MAPS+=${LIBC_SRCTOP}/gmon/Symbol.map
MAN+= moncontrol.3
MLINKS+=moncontrol.3 monstartup.3
# mcount cannot be compiled with profiling
mcount.po: mcount.o
cp mcount.o mcount.po
|