1 # SPDX-License-Identifier: GPL-2.0 << 2 ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTRE 1 ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"' 3 2 4 obj-y := base.o fs.o 3 obj-y := base.o fs.o 5 obj-$(CONFIG_CC_IS_GCC) += gcc_base.o gcc_4_7. !! 4 obj-$(CONFIG_GCOV_FORMAT_3_4) += gcc_3_4.o 6 CFLAGS_gcc_base.o += -Wno-missing-prototypes - !! 5 obj-$(CONFIG_GCOV_FORMAT_4_7) += gcc_4_7.o 7 obj-$(CONFIG_CC_IS_CLANG) += clang.o !! 6 obj-$(CONFIG_GCOV_FORMAT_AUTODETECT) += $(call cc-ifversion, -lt, 0407, \ 8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno !! 7 gcc_3_4.o, gcc_4_7.o)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.