| /linux/tools/build/Documentation/ |
| H A D | Build.txt | 4 The perf build framework was adopted from the kernel build system, hence the 8 directories to nest for specific target to be build. 10 Unlike the kernel we don't have a single build object 'obj-y' list that where 12 carry a sources list for multiple build objects. 18 The build framework consists of 2 Makefiles: 21 Makefile.build 24 'Makefile.build' file is the makefile used from the outside. It's 27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT) 33 OBJECT - is the name of the build object 47 the build to nested directories. [all …]
|
| /linux/Documentation/bpf/libbpf/ |
| H A D | libbpf_build.rst | 11 If using pkg-config at build time is not desired, it can be disabled by 14 To build both static libbpf.a and shared libbpf.so: 21 To build only static libbpf.a library in directory build/ and install them 27 $ mkdir build root 28 $ BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=root make install 30 To build both static libbpf.a and shared libbpf.so against a custom libelf 31 dependency installed in /build/root/ and install them together with libbpf 32 headers in a build directory /build/root/: 37 $ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make
|
| /linux/tools/perf/Documentation/ |
| H A D | Build.txt | 2 1) perf build 4 The perf build process consists of several separated building blocks, 11 Several makefiles govern the perf build: 18 main makefile that triggers build of all perf objects including 21 - tools/build/Makefile.build 22 main makefile of the build framework 24 - tools/build/Build.include 25 build framework generic definitions 28 makefiles that defines build objects 30 Please refer to tools/build/Documentation/Build.txt for more [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-test-1-run.sh | 44 echo ' ---' `date`: Starting build, PID $$ 88 # Rerunning previous test for which build failed 91 echo Initial build failed, not running KVM, see $resdir. 92 if test -f $resdir/build.wait 94 mv $resdir/build.wait $resdir/build.ready 97 elif kvm-build.sh $T/KcList $resdir 99 # Had to build a kernel for this test. 116 parse-build.sh $resdir/Make.out $title 121 if test -f $resdir/build [all...] |
| /linux/drivers/accessibility/speakup/ |
| H A D | Kconfig | 55 synthesizer. You can say y to build it into the kernel, 56 or m to build it as a module. See the configuration 64 synthesizer. You can say y to build it into the kernel, 65 or m to build it as a module. See the configuration 72 synthesizer. You can say y to build it into the kernel, 73 or m to build it as a module. See the configuration 80 You can say y to build it into the kernel, or m to 81 build it as a module. See the configuration help on the 88 synthesizer. You can say y to build it into the kernel, 89 or m to build it as a module. See the configuration [all …]
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 49 - 切换到/path/to/linux-build(内核源码编译)目录 56 add-auto-load-safe-path /path/to/linux-build 72 scanning for modules in /home/user/linux/build 73 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 74 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko 75 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 76 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 77 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 79 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko 94 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko [all …]
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | gdb-kernel-debugging.rst | 45 - 切換到/path/to/linux-build(內核源碼編譯)目錄 52 add-auto-load-safe-path /path/to/linux-build 68 scanning for modules in /home/user/linux/build 69 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 70 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko 71 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 72 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 73 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 75 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko 90 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko [all …]
|
| /linux/scripts/package/debian/ |
| H A D | rules | 43 # which package is being processed in the build log. 65 $(binary-targets): build-arch 71 binary-indep: build-indep 75 .PHONY: build build-indep build-arch 76 build: build-arch build-indep 77 build 70 build: build-arch build-indep global() target [all...] |
| /linux/drivers/iio/chemical/ |
| H A D | Kconfig | 13 Say Y here to build support for Aosong AGS02MA TVOC (Total Volatile 27 Say Y here to build I2C interface support for the following 40 Say Y here to build I2C interface support for the following 56 Say yes here to build support for Bosch Sensortec BME680 sensor with 78 Say Y here to build I2C interface support for the AMS 90 Say yes here to build support for ScioSense ENS160 multi-gas sensor. 107 Say Y here to build I2C interface support for the AMS 115 Say Y here to build Serdev interface support for the Winsen 127 Say Y here to build support for the Plantower PMS7003 particulate 138 Say Y here to build support for the Sensirion SCD30 sensor with carbon [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | uprobe_multi.ld | 4 .note.gnu.build-id : { *(.note.gnu.build-id) } 9 build_id_start = ADDR(.note.gnu.build-id); 10 build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id);
|
| /linux/tools/build/ |
| H A D | Makefile.include | 2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 15 $(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep 18 $(Q)$(MAKE) -C $(srctree)/tools/build clean
|
| H A D | Makefile.build | 15 build-dir := $(srctree)/tools/build 19 fixdep := $(build-dir)/fixdep 25 include $(build-dir)/Build.include 39 build-file := $(dir)/Build 40 -include $(build-file) 156 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
|
| /linux/tools/power/cpupower/ |
| H A D | README | 25 There are 2 output directories - one for the build output and another for 26 the installation of the build results, that is the utility, library, 32 In the case of default directory, build and install process requires no 35 build 67 To put it in other words it makes build results available system-wide, 75 'O' - build directory 79 build 85 $ make O=/home/hedin/prj/cpupower/build 93 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \ 97 is that the build results are saved in the custom output dir defined by 'O' [all …]
|
| /linux/net/mac80211/ |
| H A D | mesh_pathtbl.c | 469 struct ieee80211_mesh_fast_tx build = {}; in mesh_fast_tx_cache() local 481 build.fast_tx.hdr_len = ieee80211_hdrlen(hdr->frame_control); in mesh_fast_tx_cache() 482 meshhdr = (struct ieee80211s_hdr *)(skb->data + build.fast_tx.hdr_len); in mesh_fast_tx_cache() 483 build.hdrlen = ieee80211_get_mesh_hdrlen(meshhdr); in mesh_fast_tx_cache() 493 build.key.type = MESH_FAST_TX_TYPE_LOCAL; in mesh_fast_tx_cache() 499 build.mppath = mppath; in mesh_fast_tx_cache() 501 build.key.type = MESH_FAST_TX_TYPE_PROXIED; in mesh_fast_tx_cache() 509 build.key.type = MESH_FAST_TX_TYPE_FORWARDED; in mesh_fast_tx_cache() 525 build.fast_tx.key = key; in mesh_fast_tx_cache() 541 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache() [all …]
|
| /linux/tools/build/tests/ex/ |
| H A D | Makefile | 9 include $(srctree)/tools/build/Makefile.include 15 make -f $(srctree)/tools/build/Makefile.build dir=. $@ 18 make $(build)=ex 21 make $(build)=libex
|
| /linux/Documentation/process/debugging/ |
| H A D | gdb-kernel-debugging.rst | 39 this mode. In this case, you should build the kernel with 55 - cd /path/to/linux-build 62 add-auto-load-safe-path /path/to/linux-build 78 scanning for modules in /home/user/linux/build 79 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 80 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko 81 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 82 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 83 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 85 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko [all …]
|
| /linux/drivers/iio/potentiometer/ |
| H A D | Kconfig | 13 Say yes here to build support for the Analog Devices AD5110, AD5112 23 Say yes here to build support for the Analog Devices AD5272 and AD5274 33 Say yes here to build support for the Maxim Integrated DS1803 and 43 Say yes here to build support for the Maxim 54 Say yes here to build support for the Maxim 65 Say yes here to build support for the Maxim 76 Say yes here to build support for the Microchip 87 Say yes here to build support for the Microchip 105 Say yes here to build support for the Microchip 119 Say yes here to build support for the Microchip [all …]
|
| /linux/samples/bpf/ |
| H A D | README.rst | 50 This will create a local "usr/include" directory in the git/build top 70 By default llvm will build all non-experimental backends including bpf. 76 use the Ninja build system, you can find it in your system's package 77 manager, usually the package is ninja or ninja-build. 80 (build dependencies are ninja, cmake and gcc-c++):: 83 $ mkdir -p llvm-project/llvm/build 84 $ cd llvm-project/llvm/build 94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b… 101 build samples for the cross target:: 117 Or build samples with SYSROOT if some header or library is absent in toolchain,
|
| /linux/drivers/iio/proximity/ |
| H A D | Kconfig | 14 Say Y here to build SPI interface support for the Austrian 39 Say Y here to build a driver for the Nicera D3-323-AA PIR sensor. 51 Say Y here to build a driver for TYHX HX9023S capacitive SAR sensor. 65 Say Y here to build a driver for the Murata IRS-D200 PIR sensor. 77 Say Y here if you want to build a driver for the Intersil ISL29501 89 Say Y to build a driver for PulsedLight LIDAR range finding 101 Say Y to build a driver for the ultrasonic sensors I2CXL of 113 Say Y here to build a driver for GPIO bitbanged ranger sensors 128 Say Y to build a driver for the RFD77402 Time-of-Flight (distance) 138 Say Y here to build a driver for GPIO bitbanged ultrasonic [all …]
|
| /linux/scripts/ |
| H A D | Makefile.package | 69 rpm-pkg: private build-type := a 70 srcrpm-pkg: private build-type := s 71 binrpm-pkg: private build-type := b 75 +$(strip rpmbuild -b$(build-type) rpmbuild/SPECS/kernel.spec \ 77 $(if $(filter a b, $(build-type)), \ 78 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \ 119 deb-pkg: private build-type := source,binary 120 srcdeb-pkg: private build-type := source 121 bindeb-pkg: private build-type := binary 127 --build=$(build-type) --no-pre-clean --unsigned-changes \ [all …]
|
| /linux/tools/testing/ktest/ |
| H A D | config-bisect.pl | 66 my $build; 582 doprint "READY TO TEST .config IN $build\n"; 646 $build = $val; 670 $build = $tree if (!defined($build)); 673 $build = expand_path $build; 679 if ( ! -d $build ) { 680 die "$build not a directory\n"; 704 if ($build ne $tree) { 705 $make = "make O=$build" 708 $output_config = "$build/.config";
|
| /linux/Documentation/dev-tools/ |
| H A D | gcov.rst | 7 To get coverage data for a specific file, change to the kernel build 130 Separated build and test machines 143 gcc version used for kernel build. Also the following files need to be 144 copied from build to test machine: 149 from the build tree: 155 exact same file system location on the test machine as on the build 159 .. _gcov-build: 164 to build machine: 170 These files can be copied to any location on the build machine. gcov 173 Example directory setup on the build machine:: [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | Kconfig | 24 If you choose to build it as a module, it will be called rtl8192ce 35 If you choose to build it as a module, it will be called rtl8192se 47 If you choose to build it as a module, it will be called rtl8192de 60 If you choose to build it as a module, it will be called rtl8723ae 73 If you choose to build it as a module, it will be called rtl8723be 84 If you choose to build it as a module, it will be called rtl8188ee 96 If you choose to build it as a module, it will be called rtl8192ee 108 If you choose to build it as a module, it will be called rtl8821ae 120 If you choose to build it as a module, it will be called rtl8192cu 132 If you choose to build it as a module, it will be called rtl8192du
|
| /linux/scripts/package/ |
| H A D | PKGBUILD | 15 # Running scripts/build-version from here would introduce inconsistencies. 47 build() { 77 # remove build link, will be part of -headers package 78 rm -f "${modulesdir}/build" 84 local builddir="${pkgdir}/usr/lib/modules/${KERNELRELEASE}/build" 89 echo "Installing build files..." 90 "${srctree}/scripts/package/install-extmod-build" "${builddir}" 117 local builddir="${pkgdir}/usr/lib/modules/${KERNELRELEASE}/build"
|
| /linux/tools/gpio/ |
| H A D | Makefile | 27 include $(srctree)/tools/build/Makefile.include 40 $(Q)$(MAKE) $(build)=gpio-utils 47 $(Q)$(MAKE) $(build)=lsgpio 56 $(Q)$(MAKE) $(build)=gpio-hammer 65 $(Q)$(MAKE) $(build)=gpio-event-mon 74 $(Q)$(MAKE) $(build)=gpio-watch
|