blob: d66a74b0f10045db1a7f7450e5dd13fcf18c8da6 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
matt mooneyed3cd4a2011-01-14 06:12:24 -08002ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
Peter Oberparleiter2521f2c2009-06-17 16:28:08 -07003
Masahiro Yamada3df80942014-12-25 14:31:26 +09004obj-y := base.o fs.o
Greg Hackmann826eba02019-05-14 15:45:25 -07005obj-$(CONFIG_GCOV_FORMAT_3_4) += gcc_base.o gcc_3_4.o
6obj-$(CONFIG_GCOV_FORMAT_4_7) += gcc_base.o gcc_4_7.o
Greg Hackmanne178a5b2019-05-14 15:45:31 -07007obj-$(CONFIG_CC_IS_CLANG) += clang.o