]> Git Repo - linux.git/blob - kernel/gcov/Makefile
KVM: x86: Add CPUID support for new instruction WBNOINVD
[linux.git] / kernel / gcov / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
3
4 obj-y := base.o fs.o
5 obj-$(CONFIG_GCOV_FORMAT_3_4) += gcc_3_4.o
6 obj-$(CONFIG_GCOV_FORMAT_4_7) += gcc_4_7.o
This page took 0.037572 seconds and 4 git commands to generate.