Searched refs:makefile (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | dt_to_config | 227 for a driver, look at the makefile for the driver source file. 538 my $makefile = $dir . "/Makefile"; 539 if (! -r $makefile) { 540 $makefile = $dir . "/Kbuild"; 542 if (! -r $makefile) { 550 if (!open(MAKEFILE_FILE, "<", "$makefile")) {
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| H A D | dt_to_config | 227 for a driver, look at the makefile for the driver source file. 538 my $makefile = $dir . "/Makefile"; 539 if (! -r $makefile) { 540 $makefile = $dir . "/Kbuild"; 542 if (! -r $makefile) { 550 if (!open(MAKEFILE_FILE, "<", "$makefile")) {
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | streamline_config.pl | 296 foreach my $makefile (@makefiles) { 301 open(my $infile, '<', $makefile) || die "Can't open $makefile";
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| H A D | streamline_config.pl | 296 foreach my $makefile (@makefiles) { 301 open(my $infile, '<', $makefile) || die "Can't open $makefile";
|
| /kernel/linux/linux-6.6/ |
| H A D | Makefile | 41 this-makefile := $(lastword $(MAKEFILE_LIST)) 42 export abs_srctree := $(realpath $(dir $(this-makefile))) 203 $(this-makefile): ; 229 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make 661 $(call cmd,makefile) 754 # Defaults to vmlinux, but the arch makefile usually adds further targets 1092 # makefile but the argument can be passed to make if needed.
|
| /kernel/linux/linux-5.10/tools/scripts/ |
| H A D | utilities.mak | 109 # within the context of a command line of a makefile rule
|
| /kernel/linux/linux-6.6/tools/scripts/ |
| H A D | utilities.mak | 109 # within the context of a command line of a makefile rule
|
| /kernel/linux/linux-5.10/ |
| H A D | Makefile | 170 this-makefile := $(lastword $(MAKEFILE_LIST)) 177 $(this-makefile): ; 187 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make 657 # Defaults to vmlinux, but the arch makefile usually adds further targets 1073 # makefile but the argument can be passed to make if needed.
|
Completed in 10 milliseconds