Searched refs:depfile (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/um/
H A DMakefile39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
/linux-4.1.27/scripts/basic/
H A Dfixdep.c65 * fixdep <depfile> <target> <cmdline>
67 * and will read the dependency file <depfile>
124 char *depfile; variable
129 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); usage()
405 fd = open(depfile, O_RDONLY); print_deps()
407 fprintf(stderr, "fixdep: error opening depfile: "); print_deps()
408 perror(depfile); print_deps()
412 fprintf(stderr, "fixdep: error fstat'ing depfile: "); print_deps()
413 perror(depfile); print_deps()
417 fprintf(stderr,"fixdep: %s is empty\n",depfile); print_deps()
454 depfile = argv[1]; main()
/linux-4.1.27/scripts/dtc/
H A Ddtc.c207 depfile = fopen(depname, "w"); main()
208 if (!depfile) main()
211 fprintf(depfile, "%s:", outname); main()
223 if (depfile) { main()
224 fputc('\n', depfile); main()
225 fclose(depfile); main()
H A Dsrcpos.c52 FILE *depfile; /* = NULL */ variable
132 if (depfile) srcfile_relative_open()
133 fprintf(depfile, " %s", fullname); srcfile_relative_open()
H A Dsrcpos.h33 extern FILE *depfile; /* = NULL */
/linux-4.1.27/drivers/net/wan/
H A DMakefile50 $(CPP) -D__ASSEMBLY__ -Wp,-MD,$(depfile) -I$(srctree)/include/uapi $< | $(AS68K) -m68360 -o $(obj)/wanxlfw.o; \
/linux-4.1.27/arch/powerpc/boot/
H A DMakefile156 $(CROSS32CC) $(cpp_flags) -E -Wp,-MD,$(depfile) -P -Upowerpc \
167 cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $<
170 cmd_bootas = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTAFLAGS) -c -o $@ $<

Completed in 149 milliseconds