| /Linux-v6.6/tools/build/Documentation/ |
| 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-v6.6/scripts/package/debian/ |
| D | rules | 15 binary-indep: build-indep 16 binary-arch: build-arch 21 .PHONY: build build-indep build-arch 22 build: build-arch build-indep target 23 build-indep: 24 build-arch: 27 $(shell $(srctree)/scripts/package/deb-build-option) \
|
| /Linux-v6.6/tools/perf/Documentation/ |
| 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-v6.6/Documentation/bpf/libbpf/ |
| 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-v6.6/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-test-1-run.sh | 44 echo ' ---' `date`: Starting build, PID $$ 89 echo Initial build failed, not running KVM, see $resdir. 90 if test -f $resdir/build.wait 92 mv $resdir/build.wait $resdir/build.ready 95 elif kvm-build.sh $T/KcList $resdir 114 parse-build.sh $resdir/Make.out $title 119 if test -f $resdir/build.wait 121 mv $resdir/build.wait $resdir/build.ready 125 if test -f $resdir/build.wait 127 mv $resdir/build.wait $resdir/build.ready [all …]
|
| /Linux-v6.6/drivers/accessibility/speakup/ |
| 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-v6.6/Documentation/translations/zh_CN/dev-tools/ |
| 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-v6.6/tools/build/ |
| D | Makefile.include | 2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep 8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
|
| D | Makefile.build | 27 build-dir := $(srctree)/tools/build 31 fixdep := $(build-dir)/fixdep 37 include $(build-dir)/Build.include 51 build-file := $(dir)/Build 52 -include $(build-file) 150 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
|
| /Linux-v6.6/tools/build/tests/ex/ |
| 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-v6.6/drivers/iio/chemical/ |
| D | Kconfig | 16 Say Y here to build I2C interface support for the following 29 Say Y here to build I2C interface support for the following 43 Say yes here to build support for Bosch Sensortec BME680 sensor with 65 Say Y here to build I2C interface support for the AMS 72 Say Y here to build I2C interface support for the AMS 82 Say Y here to build support for the Plantower PMS7003 particulate 93 Say Y here to build support for the Sensirion SCD30 sensor with carbon 104 Say Y here to build support for the Sensirion SCD30 I2C interface 115 Say Y here to build support for the Sensirion SCD30 serial interface 128 Say Y here to build support for the Sensirion SCD4X sensor with carbon [all …]
|
| /Linux-v6.6/scripts/ |
| D | Makefile.package | 86 rpm-pkg: private build-type := a 87 srcrpm-pkg: private build-type := s 88 binrpm-pkg: private build-type := b 92 +$(strip rpmbuild -b$(build-type) kernel.spec \ 94 $(if $(filter a b, $(build-type)), \ 95 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \ 97 $(if $(filter b, $(build-type)), \ 139 deb-pkg: private build-type := source,binary 140 srcdeb-pkg: private build-type := source 141 bindeb-pkg: private build-type := binary [all …]
|
| /Linux-v6.6/drivers/iio/dac/ |
| D | Kconfig | 13 Say yes here to build support for Analog Devices AD3552R 23 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044, 37 Say yes here to build support for Analog Devices AD5360, AD5361, 50 Say yes here to build support for Analog Devices AD5380, AD5381, 61 Say yes here to build support for Analog Devices AD5421 loop-powered 71 Say yes here to build support for Analog Devices AD5300, AD5301, AD5310, 84 Say yes here to build support for Analog Devices AD5415, AD5426, AD5429, 99 Say yes here to build support for Analog Devices AD5592R 111 Say yes here to build support for Analog Devices AD5593R 121 Say yes here to build support for Analog Devices AD5504, AD5501, [all …]
|
| /Linux-v6.6/net/mac80211/ |
| D | mesh_pathtbl.c | 463 struct ieee80211_mesh_fast_tx build = {}; in mesh_fast_tx_cache() local 475 build.fast_tx.hdr_len = ieee80211_hdrlen(hdr->frame_control); in mesh_fast_tx_cache() 476 meshhdr = (struct ieee80211s_hdr *)(skb->data + build.fast_tx.hdr_len); in mesh_fast_tx_cache() 477 build.hdrlen = ieee80211_get_mesh_hdrlen(meshhdr); in mesh_fast_tx_cache() 492 build.mppath = mppath; in mesh_fast_tx_cache() 513 build.fast_tx.key = key; in mesh_fast_tx_cache() 529 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache() 531 build.fast_tx.hdr_len += IEEE80211_CCMP_HDR_LEN; in mesh_fast_tx_cache() 536 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache() 538 build.fast_tx.hdr_len += IEEE80211_GCMP_HDR_LEN; in mesh_fast_tx_cache() [all …]
|
| /Linux-v6.6/drivers/iio/accel/ |
| D | Kconfig | 15 Say Y here to build support for Analog Devices adis16201 dual-axis 27 Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer 42 Say Y here if you want to build i2c support for the Analog Devices 55 Say Y here if you want to build spi support for the Analog Devices 72 Say Y here if you want to build support for the Analog Devices 86 Say Y here if you want to build support for the Analog Devices 104 Say Y here if you want to build i2c support for the Analog Devices 119 Say Y here if you want to build spi support for the Analog Devices 186 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 212 Say Y here if you want to build a driver for the Bosch BMA400 [all …]
|
| /Linux-v6.6/drivers/iio/potentiometer/ |
| 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-v6.6/samples/bpf/ |
| 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-v6.6/arch/s390/ |
| D | Makefile | 136 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 139 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ 142 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 145 $(Q)$(MAKE) $(build)=$(syscalls) uapi 148 $(Q)$(MAKE) $(build)=$(syscalls) kapi 149 $(Q)$(MAKE) $(build)=$(tools) kapi 159 $(Q)$(MAKE) $(build)=arch/s390/kernel/vdso64 include/generated/vdso64-offsets.h 161 $(build)=arch/s390/kernel/vdso32 include/generated/vdso32-offsets.h) 166 $(Q)$(MAKE) $(build)=arch/s390/lib/expoline arch/s390/lib/expoline/expoline.o
|
| /Linux-v6.6/drivers/iio/pressure/ |
| D | Kconfig | 13 Say yes here to build support for the Honeywell ABP pressure 26 Say yes here to build support for Bosch Sensortec BMP180, BMP280, BMP380 50 Say yes here to build support for the Barometer sensor when 62 Say yes here to build support for the All Sensors DLH series 86 Say yes here to build support for the HID SENSOR 97 Say yes here to build support for Hope RF HP03 pressure and 108 Say yes here to build support for InvenSense ICP-101xx barometric 122 Say yes here to build support for the Freescale MPL115A2 133 Say yes here to build support for the Freescale MPL115A1 145 Say yes here to build support for the Freescale MPL3115A2 [all …]
|
| /Linux-v6.6/drivers/iio/proximity/ |
| D | Kconfig | 14 Say Y here to build SPI interface support for the Austrian 42 Say Y here to build a driver for the Murata IRS-D200 PIR sensor. 54 Say Y here if you want to build a driver for the Intersil ISL29501 66 Say Y to build a driver for PulsedLight LIDAR range finding 76 Say Y to build a driver for the ultrasonic sensors I2CXL of 88 Say Y here to build a driver for GPIO bitbanged ranger sensors 103 Say Y to build a driver for the RFD77402 Time-of-Flight (distance) 113 Say Y here to build a driver for GPIO bitbanged ultrasonic 140 Say Y here to build a driver for Semtech's SX9310/SX9311 capacitive 154 Say Y here to build a driver for Semtech's SX9324 [all …]
|
| /Linux-v6.6/Documentation/dev-tools/ |
| 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-v6.6/Documentation/kbuild/ |
| D | reproducible-builds.rst | 7 exactly the same. This makes it possible to verify that the build 57 to an absolute filename in an out-of-tree build. Kbuild automatically 67 The build processes for some programs under the ``tools/`` 69 cause a later source package build using e.g. ``make rpm-pkg`` to 78 generate a different temporary key for each build, resulting in the 82 One approach to this is to divide up the build process so that the 96 4. Perform a second build that attaches the module signatures. It 104 value is used by each build. See ``scripts/gen-randstruct-seed.sh`` 113 Once you set all the necessary variables for a reproducible build, a 132 .. _KBUILD_BUILD_TIMESTAMP: kbuild.html#kbuild-build-timestamp [all …]
|
| /Linux-v6.6/tools/gpio/ |
| 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
|
| /Linux-v6.6/tools/testing/ktest/ |
| 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-v6.6/drivers/gpu/drm/ci/ |
| D | build-igt.sh | 25 meson build $MESON_OPTIONS $EXTRA_MESON_ARGS 26 ninja -C build -j${FDO_CI_CONCURRENT:-4} || ninja -C build -j 1 27 ninja -C build install
|