Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 13 of 13) sorted by relevance

/linux/scripts/livepatch/
H A Dklp-build818 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"
/linux/scripts/kconfig/
H A Dstreamline_config.pl298 foreach my $makefile (@makefiles) {
303 open(my $infile, '<', $makefile) || die "Can't open $makefile";
/linux/tools/perf/Documentation/
H A DBuild.txt18 main makefile that triggers build of all perf objects including
22 main makefile of the build framework
105 By default, the makefile uses GCC as compiler. With specifying environment
/linux/tools/build/Documentation/
H A DBuild.txt24 'Makefile.build' file is the makefile used from the outside. It's
104 The tools/build/Makefile.include makefile could be included
143 This C flags changes has the scope of the Build makefile they are defined in.
/linux/tools/testing/selftests/arm64/
H A DREADME9 framework using standard Linux top-level-makefile targets:
/linux/tools/testing/selftests/riscv/
H A DREADME8 KSelfTest framework using standard Linux top-level-makefile targets:
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst230 - 执行 ``make`` 来创建压缩内核映像。如果您安装了lilo以适配内核makefile
/linux/Documentation/networking/device_drivers/fddi/
H A Dskfp.rst188 - Fixed path for "printver.sh" in makefile
/linux/
H A DMakefile41 this-makefile := $(lastword $(MAKEFILE_LIST))
42 abs_srctree := $(realpath $(dir $(this-makefile)))
243 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make
705 $(call filechk,makefile)
/linux/tools/scripts/
H A Dutilities.mak109 # within the context of a command line of a makefile rule
/linux/fs/befs/
H A DChangeLog7 * Fixed module makefile problem. It was not compiling all the correct
71 * Fixed makefile for module install [WD]
/linux/Documentation/arch/powerpc/
H A Dbootwrapper.rst21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst14 can write a makefile like follows::