Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources'
[deliverable/linux.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)
This page took 0.031646 seconds and 5 git commands to generate.