]> Git Repo - linux.git/blame - arch/um/Makefile-skas
Linux 6.14-rc3
[linux.git] / arch / um / Makefile-skas
CommitLineData
1da177e4
LT
1#
2# Copyright (C) 2002 Jeff Dike ([email protected])
3# Licensed under the GPL
4#
5
d3b08e5f 6export UM_GPROF_OPT += -pg
32a84cfc
MW
7
8ifdef CONFIG_CC_IS_CLANG
d3b08e5f 9export UM_GCOV_OPT += -fprofile-instr-generate -fcoverage-mapping
32a84cfc 10else
d3b08e5f 11export UM_GCOV_OPT += -fprofile-arcs -ftest-coverage
32a84cfc 12endif
1da177e4 13
d3b08e5f
JB
14CFLAGS-$(CONFIG_GCOV) += $(UM_GCOV_OPT)
15CFLAGS-$(CONFIG_GPROF) += $(UM_GPROF_OPT)
16LINK-$(CONFIG_GCOV) += $(UM_GCOV_OPT)
17LINK-$(CONFIG_GPROF) += $(UM_GPROF_OPT)
This page took 1.237785 seconds and 4 git commands to generate.