aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-08 15:45:05 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-08 15:45:05 +0200
commitda923568ad5085654b8db034310c4db50848e16e (patch)
tree61371d9e6f159848b72c53e61ab1b78d15c56700 /runtime/Makefile
parentc3013f81f3f56d400e4cf9ac3a7ad8bf91ce7e2f (diff)
downloadcompcert-kvx-da923568ad5085654b8db034310c4db50848e16e.tar.gz
compcert-kvx-da923568ad5085654b8db034310c4db50848e16e.zip
library support for writing profiling information to files
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 3b1cabc4..c9883577 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -38,6 +38,8 @@ OBJS=i64_dtos.o i64_dtou.o i64_sar.o i64_sdiv.o i64_shl.o \
vararg.o
endif
+OBJS+=write_profiling_table.o
+
LIB=libcompcert.a
INCLUDES=include/float.h include/stdarg.h include/stdbool.h \