Home
last modified time | relevance | path

Searched refs:depend (Results 1 – 25 of 58) sorted by relevance

123

/linux-2.4.37.9/arch/arm/tools/
DMakefile36 sed s,getconstants.o,constants.h, > .depend
41 ifneq ($(wildcard .depend),)
42 include .depend
/linux-2.4.37.9/arch/cris/boot/compressed/
DMakefile48 depend: target
49 $(CC) -M *.S *.c > .depend
51 -include .depend
/linux-2.4.37.9/arch/cris/boot/
DMakefile11 @$(MAKE) -C compressed depend
12 @$(MAKE) -C rescue depend
/linux-2.4.37.9/arch/cris/boot/rescue/
DMakefile58 depend: target
59 $(CC) -M *.S > .depend
61 -include .depend
/linux-2.4.37.9/Documentation/x86_64/
DBUGS7 Current hack is to rerun make depend manually when you change anything
9 Do not use -j with depend.
/linux-2.4.37.9/Documentation/kbuild/
Dcommands.txt90 make dep, make depend
92 'make dep' is a synonym for the long form, 'make depend'.
95 information about which .o files depend on which .h files.
97 and in one file per source directory named .depend.
106 the kernel. The .hdepend files and the .depend file are
Dmakefiles.txt173 directories in $(SUBDIRS) depend on the kernel configuration.
324 This list may depend on the configuration:
349 And, of course, $(CFLAGS) can depend on the configuration:
484 entered. The declarations in these lines depend heavily on the kernel
569 in the lists $(obj-y). These lists depend on the kernel
/linux-2.4.37.9/scripts/
Dheader.tk235 set depend 1
237 if {$i == 0} then {set depend 0}
238 if {$i == 2 && $depend == 1} then {set depend 2}
240 if {$depend == 2 && $CONFIG_MODULES == 0} then {set depend 0}
241 return $depend
Dtkgen.c393 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
399 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
441 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
447 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
532 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
538 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
589 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
595 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_if()
819 for ( tmp = cfg->depend; tmp; tmp = tmp->next ) in generate_writeconfig()
Dtkparse.h102 struct dependency * depend; /* token_dep_tristate */ member
Dtkparse.c601 dep_ptr = &(cfg->depend); in tokenize_line()
646 for ( dep = cfg->depend; dep; dep = dep->next ) in tokenize_line()
/linux-2.4.37.9/arch/m68k/sun3/prom/
DMakefile20 $(CPP) $(CPPFLAGS) -M *.c > .depend
/linux-2.4.37.9/arch/ppc64/boot/
DMakefile133 $(TOPDIR)/scripts/mkdep *.[Sch] > .depend
136 $(CPP) $(CPPFLAGS) -M *.S *.c > .depend
/linux-2.4.37.9/
DMakefile60 ifeq (.depend,$(wildcard .depend))
61 include .depend
64 CONFIGURATION = depend
65 do-it-all: depend
DRules.make129 $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
290 ifneq ($(wildcard .depend),)
291 include .depend
/linux-2.4.37.9/include/asm-arm/
Dproc-fns.h117 * file does indeed depend on the cpu-*.h files.
/linux-2.4.37.9/arch/arm/nwfpe/
Dfpmodule.inl30 depend on the PC being correct, as they use PC+8 in their
/linux-2.4.37.9/Documentation/filesystems/
Dbfs.txt11 depend on having UnixWare disklabel support because one can also mount
Dtmpfs.txt31 This mount does not depend on CONFIG_TMPFS. If CONFIG_TMPFS is not
/linux-2.4.37.9/Documentation/i2c/
Dproc-interface2 which other modules build. You will find that all i2c-related modules depend
/linux-2.4.37.9/Documentation/
Dwatchdog.txt21 reboot will depend on the state of the machines and interrupts. The hardware
Dserial-console.txt21 options: depend on the driver. For the serial port this
/linux-2.4.37.9/Documentation/sound/
DINSTALL.awe113 (These values depend on your settings.)
/linux-2.4.37.9/Documentation/i386/
DIO-APIC.txt42 the actual numbers depend on your system, on your PCI cards and on their
/linux-2.4.37.9/Documentation/DocBook/
DMakefile179 rm -f .depend

123