Home
last modified time | relevance | path

Searched refs:depfile (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/scripts/
Dadjust_autoksyms.sh80 depfile="include/ksym/${sympath}.h"
81 mkdir -p "$(dirname "$depfile")"
82 touch "$depfile"
87 while [ ! "$depfile" -nt "$new_ksyms_file" ]; do
88 touch "$depfile"
DMakefile.lib154 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
159 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
162 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
169 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
289 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
290 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
DKbuild.include20 depfile = $(subst $(comma),_,$(dot-target).d)
273 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\
274 rm -f $(depfile); \
281 # We disable the depfile generation here, so as not to overwrite the existing
282 # depfile while fixdep is parsing it.
297 scripts/basic/fixdep -e $(depfile) $@ '$(make-cmd)' \
299 rm -f $(depfile); \
DMakefile.host78 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
79 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
/Linux-v4.19/tools/build/
Dfixdep.c25 char *depfile; variable
127 fd = open(depfile, O_RDONLY); in print_deps()
130 perror(depfile); in print_deps()
135 perror(depfile); in print_deps()
139 fprintf(stderr, "fixdep: %s is empty\n", depfile); in print_deps()
162 depfile = argv[1]; in main()
DBuild.include28 depfile = $(subst $(comma),_,$(dot-target).d)
63 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \
64 rm -f $(depfile); \
68 cat $(depfile) >> $(dot-target).cmd; \
88 # - depfile generation
93 c_flags_1 = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CFLAGS) -D"BUILD_STR(s)=\#s" $(CFLAGS_$(basetarget).o) …
96 cxx_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CXXFLAGS) -D"BUILD_STR(s)=\#s" $(CXXFLAGS_$(basetarget)…
101 host_c_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(KBUILD_HOSTCFLAGS) -D"BUILD_STR(s)=\#s" $(HOSTCFLAGS…
/Linux-v4.19/scripts/dtc/
Ddtc.c282 depfile = fopen(depname, "w"); in main()
283 if (!depfile) in main()
286 fprintf(depfile, "%s:", outname); in main()
311 if (depfile) { in main()
312 fputc('\n', depfile); in main()
313 fclose(depfile); in main()
Dsrcpos.c52 FILE *depfile; /* = NULL */ variable
132 if (depfile) in srcfile_relative_open()
133 fprintf(depfile, " %s", fullname); in srcfile_relative_open()
Dsrcpos.h35 extern FILE *depfile; /* = NULL */
/Linux-v4.19/arch/um/scripts/
DMakefile.rules12 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/Linux-v4.19/scripts/basic/
Dfixdep.c381 const char *depfile, *target, *cmdline; in main() local
391 depfile = argv[1]; in main()
397 buf = read_file(depfile); in main()
/Linux-v4.19/arch/x86/um/
DMakefile40 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
/Linux-v4.19/drivers/net/wan/
DMakefile53 …$(CPP) -D__ASSEMBLY__ -Wp,-MD,$(depfile) -I$(srctree)/include/uapi $< | $(AS68K) -m68360 -o $(obj)…
/Linux-v4.19/arch/powerpc/boot/
DMakefile205 cmd_bootcc = $(BOOTCC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $<
208 cmd_bootas = $(BOOTCC) -Wp,-MD,$(depfile) $(BOOTAFLAGS) -c -o $@ $<