xref: /openbmc/linux/kernel/gcov/Makefile (revision 29665c1e)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2ed3cd4a8Smatt mooneyccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
32521f2c2SPeter Oberparleiter
43df80947SMasahiro Yamadaobj-y := base.o fs.o
510415533SWill Deaconobj-$(CONFIG_CC_IS_GCC) += gcc_base.o gcc_4_7.o
6*29665c1eSArnd BergmannCFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
7e178a5beSGreg Hackmannobj-$(CONFIG_CC_IS_CLANG) += clang.o
8*29665c1eSArnd BergmannCFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
9