Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 46) sorted by relevance

12

/scripts/
A DMakefile.extrawarn19 KBUILD_CFLAGS += $(call cc-option, -Wno-frame-address)
59 KBUILD_CFLAGS += $(call cc-option, -Wno-dangling-pointer)
67 KBUILD_CFLAGS += $(call cc-option,-Wvla-larger-than=1)
75 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
108 KBUILD_CFLAGS += $(call cc-option,-Wenum-conversion)
131 KBUILD_CFLAGS += $(call cc-option, -Wno-format-overflow)
141 ifneq ($(call clang-min-version, 160000),y)
149 ifeq ($(call clang-min-version, 120000),y)
155 KBUILD_CFLAGS += $(call cc-option, -Wno-unaligned-access)
168 KBUILD_CFLAGS += $(call cc-option, -Wlogical-op)
[all …]
A DMakefile.compiler34 as-option = $(call try-run,\
40 as-instr = $(call try-run,\
45 __cc-option = $(call try-run,\
51 cc-option = $(call __cc-option, $(CC),\
56 cc-option-yn = $(if $(call cc-option,$1),y,n)
60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
64 gcc-min-version = $(call test-ge, $(CONFIG_GCC_VERSION), $1)
68 clang-min-version = $(call test-ge, $(CONFIG_CLANG_VERSION), $1)
81 __rustc-option = $(call try-run,\
88 rustc-option = $(call __rustc-option, $(RUSTC),\
[all …]
A DMakefile.btf8 ifeq ($(call test-le, $(pahole-ver), 125),y)
11 ifeq ($(call test-le, $(pahole-ver), 121),y)
12 pahole-flags-$(call test-ge, $(pahole-ver), 118) += --skip_encoding_btf_vars
15 pahole-flags-$(call test-ge, $(pahole-ver), 121) += --btf_gen_floats
17 pahole-flags-$(call test-ge, $(pahole-ver), 122) += -j$(JOBS)
19 pahole-flags-$(call test-ge, $(pahole-ver), 125) += --skip_encoding_btf_inconsistent_proto --btf_ge…
24 pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j$(JOBS) --btf_features=encode_force,var,float…
26 pahole-flags-$(call test-ge, $(pahole-ver), 130) += --btf_features=attributes
29 module-pahole-flags-$(call test-ge, $(pahole-ver), 128) += --btf_features=distilled_base
A DMakefile.kcsan13 …$(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-par…
14 $(call cc-param,tsan-distinguish-volatile=1)
23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
A DMakefile.kasan14 cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
15 rustc-param = $(call rustc-option, -Cllvm-args=-$(1),)
17 check-args = $(foreach arg,$(2),$(call $(1),$(arg)))
44 CFLAGS_KASAN := $(call cc-option, -fsanitize=kernel-address \
46 $(call cc-option, -fsanitize=kernel-address \
58 kasan_params += asan-instrumentation-with-call-threshold=$(call_threshold) \
90 ifeq ($(call clang-min-version, 150000)$(call gcc-min-version, 130000),y)
97 CFLAGS_KASAN += $(call check-args, cc-param, $(kasan_params))
101 RUSTFLAGS_KASAN += $(call check-args, rustc-param, $(kasan_params))
A DMakefile.build182 $(call if_changed_dep,cc_s_c)
188 $(call if_changed_dep,cpp_i_c)
215 $(call if_changed_dep,cc_ll_c)
288 $(call cmd,force_checksrc)
296 $(call if_changed,mod)
350 $(call cmd,gen_objtooldep)
452 $(call cmd,asn1_compiler)
473 $(call if_changed,ar_builtin)
483 $(call if_changed,gen_order)
490 $(call if_changed,ar)
[all …]
A DMakefile.modinst22 $(call cmd,symlink)
28 $(call cmd,install_modorder)
39 $(call cmd,install)
123 $(call cmd,install)
124 $(call cmd,strip)
125 $(call cmd,sign)
132 $(call cmd,depmod)
141 $(call cmd,sign)
156 $(call cmd,gzip)
159 $(call cmd,xz)
[all …]
A DMakefile.dtbs7 multi-dtb-y := $(call multi-search, $(dtb-y), .dtb, -dtbs)
9 real-dtb-y := $(call real-search, $(dtb-y), .dtb, -dtbs)
32 $(call if_changed,gen_order)
55 $(call if_changed,wrap_S_dtb)
58 $(call if_changed,wrap_S_dtb)
85 $(call if_changed,fdtoverlay)
86 $(call multi_depend, $(multi-dtb-y), .dtb, -dtbs)
131 $(call if_changed_dep,dtc)
134 $(call if_changed_dep,dtc)
143 targets += $(call intermediate_targets, .dtb.o, .dtb.S .dtb) \
[all …]
A DMakefile.host9 $(call if_changed,flex)
17 $(call if_changed,bison)
114 $(call if_changed_dep,host-csingle)
123 $(call if_changed,host-cmulti)
124 $(call multi_depend, $(host-cmulti), , -objs)
131 $(call if_changed_dep,host-cobjs)
141 $(call if_changed,host-cxxmulti)
142 $(call multi_depend, $(host-cxxmulti), , -objs -cxxobjs)
148 $(call if_changed_dep,host-cxxobjs)
157 +$(call if_changed_dep,host-rust)
[all …]
A DMakefile.dtbinst23 $(call cmd,dtb_install)
25 dtbs := $(patsubst $(obj)/%,%,$(call read-file, $(obj)/dtbs-list))
31 $$(call cmd,dtb_install)
34 $(foreach d, $(sort $(dir $(dtbs))), $(eval $(call gen_install_rules,$(d))))
A DMakefile.lib20 name-fix = $(call stringify,$(call name-fix-token,$1))
248 $(call cmd_and_fixdep,cc_o_c)
249 $(call cmd,checksrc)
250 $(call cmd,checkdoc)
251 $(call cmd,gen_objtooldep)
252 $(call cmd,gen_symversions_c)
253 $(call cmd,record_mcount)
261 $(call cmd_and_fixdep,as_o_S)
262 $(call cmd,gen_objtooldep)
263 $(call cmd,gen_symversions_S)
[all …]
A DMakefile.modfinal14 modules := $(call read-file, modules.order)
26 $(call if_changed_rule,cc_o_c)
29 $(call if_changed_rule,cc_o_c)
50 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \
56 +$(call if_changed_except,ld_ko_o,$(objtree)/vmlinux)
58 +$(if $(newer-prereqs),$(call cmd,btf_ko))
A DMakefile.vmlinux19 $(call if_changed,strip_relocs)
27 $(call if_changed_rule,cc_o_c)
30 $(call if_changed_rule,as_o_S)
51 $(call if_changed,wrap_dtbs)
58 $(call if_changed,$(if $(CONFIG_BUILTIN_DTB_ALL),copy,gen_dtbs_list))
91 +$(call if_changed_dep,link_vmlinux)
111 $(call if_changed,modules_builtin_ranges)
A DMakefile.vmlinux_o22 $(call if_changed,gen_initcalls_lds)
67 $(call cmd_and_savecmd,ld_vmlinux.o)
68 $(call cmd,gen_objtooldep)
72 $(call if_changed_rule,ld_vmlinux.o)
83 $(call if_changed,objcopy)
98 $(call if_changed,modules_builtin)
A DMakefile.userprogs29 $(call if_changed_dep,user_cc_c)
36 $(call if_changed,user_ld)
37 $(call multi_depend, $(user-cmulti), , -objs)
43 $(call if_changed_dep,user_cc_o_c)
A DMakefile.vdsoinst20 $$(call cmd,install)
28 $$(call cmd,symlink)
33 $(foreach x, $(sort $(INSTALL_FILES)), $(eval $(call gen_install_rules,$(x))))
A DMakefile.asm-headers74 $(if $(unwanted),$(call cmd,remove))
78 $(call cmd,wrap)
81 $(call if_changed,syshdr)
85 $(call if_changed,syshdr)
88 $(call if_changed,systbl)
A DMakefile.defconf16 $(call cmd,merge_fragments,$1,$2)
28 $(call cmd,merge_fragments,$1,$2,-Q)
A DMakefile.propeller11 ifeq ($(call clang-min-version, 200000),y)
31 ifeq ($(call test-ge, $(CONFIG_LLD_VERSION), 200000),y)
/scripts/kconfig/
A DMakefile105 all-config-fragments = $(call configfiles,*.config)
106 config-fragments = $(call configfiles,$@)
112 $(call cmd,merge_fragments)
181 HOSTLDLIBS_nconf = $(call read-file, $(obj)/nconf-libs)
182 HOSTCFLAGS_nconf.o = $(call read-file, $(obj)/nconf-cflags)
183 HOSTCFLAGS_nconf.gui.o = $(call read-file, $(obj)/nconf-cflags)
194 HOSTLDLIBS_mconf = $(call read-file, $(obj)/mconf-libs)
216 $(call if_changed,moc)
224 HOSTLDLIBS_gconf = $(call read-file, $(obj)/gconf-libs)
225 HOSTCFLAGS_gconf.o = $(call read-file, $(obj)/gconf-cflags)
[all …]
/scripts/gcc-plugins/
A DMakefile13 $(call if_changed,create_randomize_layout_seed)
31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
54 $(call if_changed_dep,plugin_cxx_so_c)
61 $(call if_changed,plugin_ld_so_o)
68 $(call if_changed_dep,plugin_cxx_o_c)
71 $(call if_changed,touch)
/scripts/gdb/linux/
A DMakefile12 $(call if_changed,symlink)
23 $(call if_changed_dep,gen_constants_py)
/scripts/basic/
A DMakefile15 $(call if_changed,create_randstruct_seed)
20 $(call if_changed,touch)
/scripts/coccinelle/api/
A Dd_find_alias.cocci2 /// Make sure calls to d_find_alias() have a corresponding call to dput().
61 cocci.print_main("Missing call to dput()",p1)
80 msg = "Missing call to dput() at line %s."
/scripts/mod/
A DMakefile12 $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__)
25 $(call if_changed,elfconfig)

Completed in 25 milliseconds

12