]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - kernel/gcov/Makefile
Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-focal-kernel.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_base.o gcc_3_4.o
6 obj-$(CONFIG_GCOV_FORMAT_4_7) += gcc_base.o gcc_4_7.o
7 obj-$(CONFIG_CC_IS_CLANG) += clang.o