]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/um/Makefile-skas
UBUNTU: SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
[mirror_ubuntu-artful-kernel.git] / arch / um / Makefile-skas
1 #
2 # Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
4 #
5
6 GPROF_OPT += -pg
7 GCOV_OPT += -fprofile-arcs -ftest-coverage
8
9 CFLAGS-$(CONFIG_GCOV) += $(GCOV_OPT)
10 CFLAGS-$(CONFIG_GPROF) += $(GPROF_OPT)
11 LINK-$(CONFIG_GCOV) += $(GCOV_OPT)
12 LINK-$(CONFIG_GPROF) += $(GPROF_OPT)