xref: /xen-4.10.0-shim-comet/xen/common/gcov/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1obj-y += gcov_base.o gcov.o
2obj-$(CONFIG_GCOV_FORMAT_3_4) += gcc_3_4.o
3obj-$(CONFIG_GCOV_FORMAT_4_7) += gcc_4_7.o
4obj-$(CONFIG_GCOV_FORMAT_4_9) += gcc_4_9.o
5obj-$(CONFIG_GCOV_FORMAT_5)   += gcc_5.o
6obj-$(CONFIG_GCOV_FORMAT_7)   += gcc_7.o
7obj-$(CONFIG_GCOV_FORMAT_AUTODETECT) += $(call cc-ifversion,lt,0x040700, \
8						gcc_3_4.o, $(call cc-ifversion,lt,0x040900, \
9						gcc_4_7.o, $(call cc-ifversion,lt,0x050000, \
10						gcc_4_9.o, $(call cc-ifversion,lt,0x070000, \
11						gcc_5.o, gcc_7.o))))
12

Last Index update Sun Aug 20 00:18:20 CST 2023