Home
last modified time | relevance | path

Searched refs:prerequisite (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh5 prerequisite() function
143 prerequisite
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh5 prerequisite() function
163 prerequisite
/linux-4.1.27/tools/build/
DBuild.include58 # if_changed_dep - execute command if any prerequisite is newer than
67 # if_changed - execute command if any prerequisite is newer than
/linux-4.1.27/scripts/
DKbuild.include25 # filename of first prerequisite with directory and extension stripped
52 # - stdin is piped in from the first prerequisite ($<) so one has
53 # to specify a valid file as first prerequisite (often the kbuild file)
217 # if_changed - execute command if any prerequisite is newer than
245 # Execute command if command has changed or prerequisite(s) are updated.
/linux-4.1.27/drivers/bcma/
DKconfig61 This driver is also prerequisite for a hostmode PCIe core
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt358 1) All prerequisite files (both *.c and *.h)
359 2) CONFIG_ options used in all prerequisite files
376 path to prerequisite files and target files.
397 The target file depends on two prerequisite files. References
700 as a prerequisite.
703 (1) List the prerequisite explicitly in a special rule.
1063 Add a new prerequisite to all: to select a default goal different
1116 Note: It is a typical mistake to forget the FORCE prerequisite.
1151 The ": %: %.o" part of the prerequisite is a shorthand that