Enable GCOV always

This commit is contained in:
Thomas Veerman 2011-12-07 15:20:26 +00:00
parent 1adb3b60be
commit 5acd97c7e0
2 changed files with 1 additions and 4 deletions

View file

@ -34,9 +34,8 @@ int read_int(void)
int main(int argc, char *argv[])
{
FILE *fd = NULL;
int i, server_nr, command, size, result;
int server_nr, command, size, result;
char buff[BUFF_SZ]; /* Buffer for all the metadata and file data sent */
message msg; /* message sent to vfs */
if(argc!=2 || sscanf(argv[1], "%d", &server_nr)!=1) {
fprintf(stderr, "Usage: %s <pid>\n", argv[0]);

View file

@ -11,9 +11,7 @@ SRCS+= fslib.c fsversion.c
SRCS+= dhcp_gettag.c dhcp_settag.c
# Gcov support.
.if ${MKCOVERAGE} != "no"
SRCS+= gcov.c gcov_flush.c
.endif
# Various utils
SRCS+= itoa.c u64util.c