Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/linux-6.3-rc2/tools/build/Documentation/
A DBuild.txt4 The perf build framework was adopted from the kernel build system, hence the
21 Makefile.build
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.
83 $ make -f tools/build/Makefile.build dir=. obj=ex
84 $ make -f tools/build/Makefile.build dir=. obj=libex
109 - build macro definition:
110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
113 make $(build)=ex
[all …]
/linux-6.3-rc2/tools/perf/Documentation/
A DBuild.txt2 1) perf build
11 Several makefiles govern the perf build:
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
31 information about build framework.
34 2) perf build
36 The Makefile.perf triggers the build framework for build objects:
[all …]
/linux-6.3-rc2/Documentation/bpf/libbpf/
A Dlibbpf_build.rst11 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-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dkvm-test-1-run.sh43 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-6.3-rc2/drivers/accessibility/speakup/
A DKconfig55 or m to build it as a module. See the configuration
64 or m to build it as a module. See the configuration
72 or m to build it as a module. See the configuration
79 You can say y to build it into the kernel, or m to
88 or m to build it as a module. See the configuration
106 kernel, or m to build it as a module. See the
139 PC synthesizer. You can say y to build it into the
140 kernel, or m to build it as a module. See the
151 kernel, or m to build it as a module. See the
161 kernel, or m to build it as a module. See the
[all …]
/linux-6.3-rc2/tools/build/
A DMakefile.include2 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
A DMakefile.build27 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)
140 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/
A Dgdb-kernel-debugging.rst45 - 切换到/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
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
91 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko
[all …]
/linux-6.3-rc2/tools/build/tests/ex/
A DMakefile9 include $(srctree)/tools/build/Makefile.include
15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
18 make $(build)=ex
21 make $(build)=libex
/linux-6.3-rc2/drivers/iio/chemical/
A DKconfig16 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
104 Say Y here to build support for the Sensirion SCD30 I2C interface
139 Say Y here to build I2C interface support for the following
152 Say Y here to build I2C interface to support Sensirion SGP40 gas
169 Say Y here to build support for the Sensirion SPS30 I2C interface
[all …]
/linux-6.3-rc2/samples/bpf/
A DREADME.rst40 This will create a local "usr/include" directory in the git/build top
60 By default llvm will build all non-experimental backends including bpf.
66 use the Ninja build system, you can find it in your system's package
67 manager, usually the package is ninja or ninja-build.
70 (build dependencies are ninja, cmake and gcc-c++)::
73 $ mkdir -p llvm-project/llvm/build
74 $ cd llvm-project/llvm/build
84 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
91 build samples for the cross target::
107 Or build samples with SYSROOT if some header or library is absent in toolchain,
/linux-6.3-rc2/drivers/iio/dac/
A DKconfig13 Say yes here to build support for Analog Devices AD3552R
99 Say yes here to build support for Analog Devices AD5592R
111 Say yes here to build support for Analog Devices AD5593R
139 Say yes here to build support for Analog Devices
249 Say yes here to build support for Analog Devices AD7293
309 Say yes here to build support for NXP LPC18XX DAC.
318 Say yes here to build support for Linear Technology
328 Say yes here to build support for Linear Technology
377 Say yes here to build support for Maxim MAX5821
384 Say Y here if you want to build a driver for the Microchip
[all …]
/linux-6.3-rc2/drivers/iio/accel/
A DKconfig15 Say Y here to build support for Analog Devices adis16201 dual-axis
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
212 Say Y here if you want to build a driver for the Bosch BMA400
333 Say yes here to build support for the NXP 3-axis automotive
346 Say yes here to build support for the NXP 3-axis automotive
359 Say yes here to build support for the HID SENSOR
548 Say yes here to build support for the Freescale MMA9551L
559 Say yes here to build support for the Freescale MMA9553L
572 Say yes here to build support for the MEMSensing MSA311
[all …]
/linux-6.3-rc2/drivers/iio/potentiometer/
A DKconfig13 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-6.3-rc2/arch/s390/
A DMakefile136 $(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-6.3-rc2/tools/virtio/
A DMakefile19 OOT_KSRC=/lib/modules/$$(uname -r)/build
30 oot-build:
35 oot-clean: oot-build
36 oot: oot-build
39 .PHONY: all test mod clean vhost oot oot-clean oot-build
/linux-6.3-rc2/drivers/iio/proximity/
A DKconfig14 Say Y here to build SPI interface support for the Austrian
42 Say Y here if you want to build a driver for the Intersil ISL29501
54 Say Y to build a driver for PulsedLight LIDAR range finding
64 Say Y to build a driver for the ultrasonic sensors I2CXL of
76 Say Y here to build a driver for GPIO bitbanged ranger sensors
101 Say Y here to build a driver for GPIO bitbanged ultrasonic
142 Say Y here to build a driver for Semtech's SX9324
156 Say Y here to build a driver for Semtech's SX9360
169 Say Y here to build a driver for Semtech's SX9500 capacitive
181 Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
[all …]
/linux-6.3-rc2/Documentation/dev-tools/
A Dgdb-kernel-debugging.rst39 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
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
101 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko
102 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko
[all …]
A Dgcov.rst7 To get coverage data for a specific file, change to the kernel build
119 Separated build and test machines
133 copied from build to test machine:
138 from the build tree:
148 .. _gcov-build:
153 to build machine:
162 Example directory setup on the build machine::
168 [user@build] cd /tmp/out
169 [user@build] gcov -o /tmp/coverage/tmp/out/init main.c
218 (see :ref:`Separated build and test machines a. <gcov-test>`):
[all …]
/linux-6.3-rc2/Documentation/kbuild/
A Dreproducible-builds.rst7 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-6.3-rc2/tools/gpio/
A DMakefile27 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-6.3-rc2/tools/testing/ktest/
A Dconfig-bisect.pl66 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-6.3-rc2/drivers/iio/pressure/
A DKconfig13 Say yes here to build support for the Honeywell ABP pressure
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
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
156 Say Y here to build support for the Measurement Specialties
166 Say Y here to build I2C bus support for MS5611.
[all …]
/linux-6.3-rc2/init/
A DMakefile31 build-version = $(or $(KBUILD_BUILD_VERSION), $(build-version-auto))
32 build-timestamp = $(or $(KBUILD_BUILD_TIMESTAMP), $(build-timestamp-auto))
/linux-6.3-rc2/drivers/iio/frequency/
A DKconfig18 Say yes here to build support for Analog Devices AD9523 Low Jitter
36 Say yes here to build support for Analog Devices ADF4350/ADF4351
47 Say yes here to build support for Analog Devices ADF4371 and ADF4372
57 Say yes here to build support for Analog Devices ADF4377 Microwave
67 Say yes here to build support for Analog Devices ADMV1013
77 Say yes here to build support for Analog Devices ADMV1014
87 Say yes here to build support for Analog Devices K Band
98 Say yes here to build support for Analog Devices ADRF6780

Completed in 47 milliseconds

12345678910>>...31