]> Git Repo - linux.git/blob - arch/um/Makefile-skas
mptcp: ensure snd_nxt is properly initialized on connect
[linux.git] / arch / um / Makefile-skas
1
2 # Copyright (C) 2002 Jeff Dike ([email protected])
3 # Licensed under the GPL
4 #
5
6 GPROF_OPT += -pg
7
8 ifdef CONFIG_CC_IS_CLANG
9 GCOV_OPT += -fprofile-instr-generate -fcoverage-mapping
10 else
11 GCOV_OPT += -fprofile-arcs -ftest-coverage
12 endif
13
14 CFLAGS-$(CONFIG_GCOV) += $(GCOV_OPT)
15 CFLAGS-$(CONFIG_GPROF) += $(GPROF_OPT)
16 LINK-$(CONFIG_GCOV) += $(GCOV_OPT)
17 LINK-$(CONFIG_GPROF) += $(GPROF_OPT)
This page took 0.037243 seconds and 4 git commands to generate.