Linux Audio

Check our new training course

Loading...
v3.5.6
 
1ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
2
3obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o gcc_3_4.o
 
 
v5.9
1# SPDX-License-Identifier: GPL-2.0
2ccflags-y := -DSRCTREE='"$(srctree)"' -DOBJTREE='"$(objtree)"'
3
4obj-y := base.o fs.o
5obj-$(CONFIG_CC_IS_GCC) += gcc_base.o gcc_4_7.o
6obj-$(CONFIG_CC_IS_CLANG) += clang.o