aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/Makefile
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2021-05-30 20:20:50 +0000
committerColin Percival <cperciva@FreeBSD.org>2021-06-21 03:09:42 +0000
commite193d3ba337757a27148a38494d3df106b826d1c (patch)
tree2c75e671c4d64098a48fe8eb41c9175afd14d2a6 /stand/libsa/Makefile
parent60a978bec9123fcb9c74bd925e06dd3f4faddac6 (diff)
downloadsrc-e193d3ba337757a27148a38494d3df106b826d1c.tar.gz
src-e193d3ba337757a27148a38494d3df106b826d1c.zip
libsa: Add support for timestamp logging (tslog)
At present this only supports x86, due to the use of the rdtsc instruction; and is inert unless a buffer is allocated and passed to the tslog code (which will be done by a future commit). Reviewed by: kevans
Diffstat (limited to 'stand/libsa/Makefile')
-rw-r--r--stand/libsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
index 838fefb260a8..815f479b5a0a 100644
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -16,7 +16,7 @@ LIB?= sa
SRCS+= gzguts.h zutil.h __main.c abort.c assert.c bcd.c environment.c \
getopt.c gets.c globals.c \
hexdump.c pager.c panic.c printf.c strdup.c strerror.c \
- random.c sbrk.c twiddle.c zalloc.c zalloc_malloc.c
+ random.c sbrk.c tslog.c twiddle.c zalloc.c zalloc_malloc.c
# private (pruned) versions of libc string functions
SRCS+= strcasecmp.c