Home
last modified time | relevance | path

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

12345678910>>...34

/linux/drivers/gpu/drm/ci/
A Dbuild.yml1 .build:
3 - .build-rules
5 stage: build
12 .build:arm32:
14 - .build
23 .build:arm64:
25 - .build
34 .build:x86_64:
36 - .build
102 build:arm32:
[all …]
/linux/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/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/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/tools/testing/selftests/rcutorture/bin/
A Dkvm-test-1-run.sh44 echo ' ---' `date`: Starting build, PID $$
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
116 parse-build.sh $resdir/Make.out $title
121 if test -f $resdir/build.wait
123 mv $resdir/build.wait $resdir/build.ready
127 if test -f $resdir/build.wait
129 mv $resdir/build.wait $resdir/build.ready
[all …]
/linux/drivers/accessibility/speakup/
A DKconfig56 or m to build it as a module. See the configuration
65 or m to build it as a module. See the configuration
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
89 or m to build it as a module. See the configuration
107 kernel, or m to build it as a module. See the
140 PC synthesizer. You can say y to build it into the
141 kernel, or m to build it as a module. See the
152 kernel, or m to build it as a module. See the
162 kernel, or m to build it as a module. See the
[all …]
/linux/scripts/package/debian/
A Drules59 $(binary-targets): build-arch
65 binary-indep: build-indep
69 .PHONY: build build-indep build-arch
70 build: build-arch build-indep target
71 build-indep:
72 build-arch:
/linux/Documentation/translations/zh_CN/dev-tools/
A Dgdb-kernel-debugging.rst49 - 切换到/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
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
95 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko
[all …]
/linux/Documentation/translations/zh_TW/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/tools/testing/selftests/bpf/
A Duprobe_multi.ld4 .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/power/cpupower/
A DREADME25 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
71 'O' - build directory
75 build
81 $ make O=/home/hedin/prj/cpupower/build
96 build directory is the current one, build everything there and install
122 'clean' target is intended for cleanup the build catalog from build results
137 build dir:
[all …]
/linux/tools/build/
A DMakefile.include2 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
A DMakefile.build35 build-dir := $(srctree)/tools/build
39 fixdep := $(build-dir)/fixdep
45 include $(build-dir)/Build.include
59 build-file := $(dir)/Build
60 -include $(build-file)
158 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
/linux/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/drivers/iio/chemical/
A DKconfig13 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
54 Say yes here to build support for Bosch Sensortec BME680 sensor with
76 Say Y here to build I2C interface support for the AMS
105 Say Y here to build I2C interface support for the AMS
115 Say Y here to build support for the Plantower PMS7003 particulate
137 Say Y here to build support for the Sensirion SCD30 I2C interface
172 Say Y here to build I2C interface support for the following
185 Say Y here to build I2C interface to support Sensirion SGP40 gas
[all …]
/linux/Documentation/hwmon/
A Dnct6683.rst37 build date 04/03/13 do not match the register locations in the Nuvoton
61 Intel DH87RL NCT6683D EC firmware version 1.0 build 04/03/13
62 Intel DH87MC NCT6683D EC firmware version 1.0 build 04/03/13
63 Intel DB85FL NCT6683D EC firmware version 1.0 build 04/03/13
64 ASRock X570 NCT6683D EC firmware version 1.0 build 06/28/19
65 ASRock X670E NCT6686D EC firmware version 1.0 build 05/19/22
66 MSI B550 NCT6687D EC firmware version 1.0 build 05/07/20
67 MSI X670-P NCT6687D EC firmware version 0.0 build 09/27/22
/linux/net/mac80211/
A Dmesh_pathtbl.c499 build.mppath = mppath; 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()
548 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
558 build.timestamp = jiffies; in mesh_fast_tx_cache()
562 build.mpath = mpath; in mesh_fast_tx_cache()
563 memcpy(build.hdr, meshhdr, build.hdrlen); in mesh_fast_tx_cache()
564 memcpy(build.hdr + build.hdrlen, rfc1042_header, sizeof(rfc1042_header)); in mesh_fast_tx_cache()
566 memcpy(build.fast_tx.hdr, hdr, build.fast_tx.hdr_len); in mesh_fast_tx_cache()
569 if (build.fast_tx.key) in mesh_fast_tx_cache()
[all …]
/linux/drivers/iio/dac/
A DKconfig15 Say yes here to build support for Analog Devices AD3552R
101 Say yes here to build support for Analog Devices AD5592R
113 Say yes here to build support for Analog Devices AD5593R
160 Say yes here to build support for Analog Devices Generic
179 Say yes here to build support for Analog Devices
292 Say yes here to build support for Analog Devices AD7293
353 Say yes here to build support for NXP LPC18XX DAC.
363 Say yes here to build support for Linear Technology
373 Say yes here to build support for Linear Technology
385 Say yes here to build support for Analog Devices
[all …]
/linux/scripts/
A DMakefile.package69 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)), \
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 \
128 $(if $(findstring source, $(build-type)), \
[all …]
/linux/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/samples/bpf/
A DREADME.rst50 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/
A DKconfig14 Say Y here to build SPI interface support for the Austrian
56 Say Y here to build a driver for the Murata IRS-D200 PIR sensor.
80 Say Y to build a driver for PulsedLight LIDAR range finding
92 Say Y to build a driver for the ultrasonic sensors I2CXL of
104 Say Y here to build a driver for GPIO bitbanged ranger sensors
129 Say Y here to build a driver for GPIO bitbanged ultrasonic
170 Say Y here to build a driver for Semtech's SX9324
184 Say Y here to build a driver for Semtech's SX9360
197 Say Y here to build a driver for Semtech's SX9500 capacitive
209 Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
[all …]
/linux/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 …]
/linux/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/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

Completed in 33 milliseconds

12345678910>>...34