Searched defs:target (Results 1 - 2 of 2) sorted by relevance

/scripts/kconfig/
H A DMakefile155 # nconf: Used for the nconfig target.
157 # mconf: Used for the menuconfig target
159 # qconf: Used for the xconfig target
161 # gconf: Used for the gconfig target
191 qconf-target := 1
194 gconf-target := 1
198 ifeq ($(qconf-target),1)
202 ifeq ($(gconf-target),1)
238 ifeq ($(qconf-target),1)
295 ifeq ($(gconf-target),
[all...]
/scripts/basic/
H A Dfixdep.c65 * fixdep <depfile> <target> <cmdline>
73 * cmd_<target> = <cmdline>
75 * and then basically copies the .<target>.d file to stdout, in the
123 char *target; variable
129 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
134 * Print out the commandline prefixed with cmd_<target filename> :=
138 printf("cmd_%s := %s\n\n", target, cmdline);
356 printf("source_%s := %s\n\n", target, s);
357 printf("deps_%s := \\\n", target);
365 printf("\n%s: $(deps_%s)\n\n", target, targe
[all...]

Completed in 62 milliseconds