/linux/tools/build/Documentation/ |
A D | Build.txt | 4 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/tools/perf/Documentation/ |
A D | Build.txt | 2 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/Documentation/bpf/libbpf/ |
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/drivers/block/paride/ |
A D | Kconfig | 17 connected through a parallel port. If you chose to build PARIDE 18 support into your kernel, you may answer Y here to build in the 19 parallel port IDE driver, otherwise you should answer M to build 32 connected through a parallel port. If you chose to build PARIDE 33 support into your kernel, you may answer Y here to build in the 48 connected through a parallel port. If you chose to build PARIDE 49 support into your kernel, you may answer Y here to build in the 51 to build it as a loadable module. The module will be called pf. 79 If you chose to build PARIDE support into your kernel, you may 152 protocol from DataStor. If you chose to build PARIDE support [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-test-1-run.sh | 44 echo ' ---' `date`: Starting build, PID $$ 90 echo Initial build failed, not running KVM, see $resdir. 91 if test -f $resdir/build.wait 93 mv $resdir/build.wait $resdir/build.ready 96 elif kvm-build.sh $T/KcList $resdir 115 parse-build.sh $resdir/Make.out $title 120 if test -f $resdir/build.wait 122 mv $resdir/build.wait $resdir/build.ready 126 if test -f $resdir/build.wait 128 mv $resdir/build.wait $resdir/build.ready [all …]
|
/linux/drivers/accessibility/speakup/ |
A D | Kconfig | 55 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/drivers/iio/chemical/ |
A 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 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/tools/build/ |
A 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
|
A 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) 139 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
|
/linux/drivers/iio/accel/ |
A D | Kconfig | 15 Say Y here to build support for Analog Devices adis16201 dual-axis 42 Say Y here if you want to build i2c 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 183 Say Y here if you want to build a driver for the Bosch BMA400 305 Say yes here to build support for the NXP 3-axis automotive 318 Say yes here to build support for the NXP 3-axis automotive 331 Say yes here to build support for the HID SENSOR 494 Say yes here to build support for the Freescale MMA9551L 505 Say yes here to build support for the Freescale MMA9553L [all …]
|
/linux/drivers/iio/dac/ |
A D | Kconfig | 13 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044, 27 Say yes here to build support for Analog Devices AD5360, AD5361, 40 Say yes here to build support for Analog Devices AD5380, AD5381, 89 Say yes here to build support for Analog Devices AD5592R 101 Say yes here to build support for Analog Devices AD5593R 278 Say yes here to build support for NXP LPC18XX DAC. 287 Say yes here to build support for Linear Technology 297 Say yes here to build support for Linear Technology 334 Say yes here to build support for Maxim MAX5821 341 Say Y here if you want to build a driver for the Microchip [all …]
|
/linux/tools/build/tests/ex/ |
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/samples/bpf/ |
A D | README.rst | 40 This will creates 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/Documentation/dev-tools/ |
A D | gdb-kernel-debugging.rst | 39 this mode. In this case, you should build the kernel with 51 - cd /path/to/linux-build 58 add-auto-load-safe-path /path/to/linux-build 74 scanning for modules in /home/user/linux/build 75 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 77 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 78 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 79 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 97 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko 98 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko [all …]
|
A D | gcov.rst | 7 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/drivers/clk/samsung/ |
A D | Kconfig | 20 Choose Y here only if you build for this SoC. 27 Choose Y here only if you build for this SoC. 34 Exynos3250 SoCs. Choose Y here only if you build for this SoC. 41 Exynos4212 and Exynos4412 SoCs. Choose Y here only if you build for 49 Exynos5250 SoCs. Choose Y here only if you build for this SoC. 56 Exynos5260 SoCs. Choose Y here only if you build for this SoC. 63 Exynos5410 SoCs. Choose Y here only if you build for this SoC. 71 build for this SoC. 102 S3C2410/S3C2440/S3C2442 SoCs. Choose Y here only if you build for 119 Choose Y here only if you build for this SoC. [all …]
|
/linux/drivers/iio/pressure/ |
A D | Kconfig | 13 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/drivers/iio/potentiometer/ |
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 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/tools/testing/ktest/ |
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/kbuild/ |
A 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 113 Once you set all the necessary variables for a reproducible build, a 122 .. _KBUILD_BUILD_TIMESTAMP: kbuild.html#kbuild-build-timestamp 123 .. _KBUILD_BUILD_USER and KBUILD_BUILD_HOST: kbuild.html#kbuild-build-user-kbuild-build-host [all …]
|
A D | modules.rst | 5 This document describes how to build an out-of-tree kernel module. 75 The command to build an external module is:: 82 To build against the running kernel use:: 84 $ make -C /lib/modules/`uname -r`/build M=$PWD 205 KDIR ?= /lib/modules/`uname -r`/build 239 KDIR ?= /lib/modules/`uname -r`/build 268 KDIR ?= /lib/modules/`uname -r`/build 295 build the kernel module 8123.ko; it has been included as 462 build. 514 compiled in the same build. Consider the following [all …]
|
/linux/ |
A D | Makefile | 279 config-build := 280 mixed-build := 284 single-build := 310 config-build := 1 319 single-build := 1 321 mixed-build := 1 328 mixed-build := 1 335 mixed-build := 1 339 ifdef mixed-build 604 ifdef config-build [all …]
|
/linux/tools/virtio/ |
A D | Makefile | 18 OOT_KSRC=/lib/modules/$$(uname -r)/build 29 oot-build: 34 oot-clean: oot-build 35 oot: oot-build 38 .PHONY: all test mod clean vhost oot oot-clean oot-build
|
/linux/tools/perf/ |
A D | Makefile.perf | 662 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 668 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=pmu-events obj=jevents 681 $(Q)$(MAKE) $(build)=gtk 760 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 763 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 766 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 769 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 772 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 775 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ 778 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ [all …]
|
/linux/tools/gpio/ |
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
|