Searched refs:depend (Results 1 – 25 of 58) sorted by relevance
123
/linux-2.4.37.9/arch/arm/tools/ |
D | Makefile | 36 sed s,getconstants.o,constants.h, > .depend 41 ifneq ($(wildcard .depend),) 42 include .depend
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | Makefile | 48 depend: target 49 $(CC) -M *.S *.c > .depend 51 -include .depend
|
/linux-2.4.37.9/arch/cris/boot/ |
D | Makefile | 11 @$(MAKE) -C compressed depend 12 @$(MAKE) -C rescue depend
|
/linux-2.4.37.9/arch/cris/boot/rescue/ |
D | Makefile | 58 depend: target 59 $(CC) -M *.S > .depend 61 -include .depend
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | BUGS | 7 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/ |
D | commands.txt | 90 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
|
D | makefiles.txt | 173 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/ |
D | header.tk | 235 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
|
D | tkgen.c | 393 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()
|
D | tkparse.h | 102 struct dependency * depend; /* token_dep_tristate */ member
|
D | tkparse.c | 601 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/ |
D | Makefile | 20 $(CPP) $(CPPFLAGS) -M *.c > .depend
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | Makefile | 133 $(TOPDIR)/scripts/mkdep *.[Sch] > .depend 136 $(CPP) $(CPPFLAGS) -M *.S *.c > .depend
|
/linux-2.4.37.9/ |
D | Makefile | 60 ifeq (.depend,$(wildcard .depend)) 61 include .depend 64 CONFIGURATION = depend 65 do-it-all: depend
|
D | Rules.make | 129 $(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/ |
D | proc-fns.h | 117 * file does indeed depend on the cpu-*.h files.
|
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | fpmodule.inl | 30 depend on the PC being correct, as they use PC+8 in their
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | bfs.txt | 11 depend on having UnixWare disklabel support because one can also mount
|
D | tmpfs.txt | 31 This mount does not depend on CONFIG_TMPFS. If CONFIG_TMPFS is not
|
/linux-2.4.37.9/Documentation/i2c/ |
D | proc-interface | 2 which other modules build. You will find that all i2c-related modules depend
|
/linux-2.4.37.9/Documentation/ |
D | watchdog.txt | 21 reboot will depend on the state of the machines and interrupts. The hardware
|
D | serial-console.txt | 21 options: depend on the driver. For the serial port this
|
/linux-2.4.37.9/Documentation/sound/ |
D | INSTALL.awe | 113 (These values depend on your settings.)
|
/linux-2.4.37.9/Documentation/i386/ |
D | IO-APIC.txt | 42 the actual numbers depend on your system, on your PCI cards and on their
|
/linux-2.4.37.9/Documentation/DocBook/ |
D | Makefile | 179 rm -f .depend
|
123