Searched refs:makefile (Results 1 – 13 of 13) sorted by relevance
818 local makefile="$KMOD_DIR/Kbuild"830 echo "obj-m := $NAME.o" > "$makefile"831 echo -n "$NAME-y := init.o" >> "$makefile"853 echo -n " $rel_file" >> "$makefile"856 echo >> "$makefile"
298 foreach my $makefile (@makefiles) {303 open(my $infile, '<', $makefile) || die "Can't open $makefile";
18 main makefile that triggers build of all perf objects including22 main makefile of the build framework105 By default, the makefile uses GCC as compiler. With specifying environment
24 'Makefile.build' file is the makefile used from the outside. It's104 The tools/build/Makefile.include makefile could be included143 This C flags changes has the scope of the Build makefile they are defined in.
9 framework using standard Linux top-level-makefile targets:
8 KSelfTest framework using standard Linux top-level-makefile targets:
230 - 执行 ``make`` 来创建压缩内核映像。如果您安装了lilo以适配内核makefile,
188 - Fixed path for "printver.sh" in makefile
41 this-makefile := $(lastword $(MAKEFILE_LIST))42 abs_srctree := $(realpath $(dir $(this-makefile)))243 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make705 $(call filechk,makefile)
109 # within the context of a command line of a makefile rule
7 * Fixed module makefile problem. It was not compiling all the correct 71 * Fixed makefile for module install [WD]
21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
14 can write a makefile like follows::