| /kernel/linux/linux-5.10/tools/build/Documentation/ |
| D | Build.txt | 1 Build Framework 4 The perf build framework was adopted from the kernel build system, hence the 7 Basically the user provides set of 'Build' files that list objects and 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 11 we setup source objects, but we support more. This allows one 'Build' file to 12 carry a sources list for multiple build objects. 15 Build framework makefiles 18 The build framework consists of 2 Makefiles: 20 Build.include [all …]
|
| /kernel/linux/linux-6.6/tools/build/Documentation/ |
| D | Build.txt | 1 Build Framework 4 The perf build framework was adopted from the kernel build system, hence the 7 Basically the user provides set of 'Build' files that list objects and 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 11 we setup source objects, but we support more. This allows one 'Build' file to 12 carry a sources list for multiple build objects. 15 Build framework makefiles 18 The build framework consists of 2 Makefiles: 20 Build.include [all …]
|
| /kernel/linux/linux-6.6/samples/ |
| D | Kconfig | 5 You can build and test sample kernel code here. 14 tristate "Build trace_events examples -- loadable modules only" 20 tristate "Build custom trace event example -- loadable modules only" 26 tristate "Build trace_printk module - tests various trace_printk formats" 33 tristate "Build register_ftrace_direct() example" 41 tristate "Build register_ftrace_direct() on multiple ips example" 50 tristate "Build custom ftrace ops example" 57 tristate "Build sample module for kernel access to Ftrace instancess" 64 tristate "Build kobject examples" 66 This config option will allow you to build a number of [all …]
|
| /kernel/linux/linux-5.10/samples/ |
| D | Kconfig | 5 You can build and test sample kernel code here. 14 tristate "Build trace_events examples -- loadable modules only" 17 This build trace event example modules. 20 tristate "Build trace_printk module - tests various trace_printk formats" 27 tristate "Build register_ftrace_direct() example" 35 tristate "Build sample module for kernel access to Ftrace instancess" 42 tristate "Build kobject examples" 44 This config option will allow you to build a number of 51 tristate "Build kprobes examples -- loadable modules only" 54 This build several kprobes example modules. [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | build.yml | 1 .build: 3 - .build-rules 4 - .container+build-rules 5 stage: build 10 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 12 .build:arm32: 14 - .build 23 .build:arm64: 25 - .build 34 .build:x86_64: [all …]
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| 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 33 connected through a parallel port. If you chose to build PARIDE 34 support into your kernel, you may answer Y here to build in the 36 build it as a loadable module. The module will be called pcd. You 49 connected through a parallel port. If you chose to build PARIDE 50 support into your kernel, you may answer Y here to build in the 52 to build it as a loadable module. The module will be called pf. 63 connected through a parallel port. If you chose to build PARIDE [all …]
|
| /kernel/linux/linux-5.10/tools/build/feature/ |
| D | Makefile | 84 BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1 macro 92 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -I/usr/include/slan… 95 $(BUILD) 98 $(BUILD) -D_GNU_SOURCE -lpthread 101 $(BUILD) -lpthread 104 $(BUILD) -fstack-protector-all 107 $(BUILD) -O2 -D_FORTIFY_SOURCE=2 110 $(BUILD) 113 $(BUILD) -lcap 116 $(BUILD) -lelf [all …]
|
| /kernel/linux/linux-6.6/tools/build/feature/ |
| D | Makefile | 111 BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1 macro 112 BUILD_BFD = $(BUILD) -DPACKAGE='"perf"' -lbfd -ldl 113 …BUILD_ALL = $(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang… 124 $(BUILD) 127 $(BUILD) -D_GNU_SOURCE -lpthread 130 $(BUILD) -lpthread 133 $(BUILD) -fstack-protector-all 136 $(BUILD) -O2 -D_FORTIFY_SOURCE=2 139 $(BUILD) 142 $(BUILD) -lcap [all …]
|
| /kernel/linux/linux-5.10/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 27 - Build makefiles 28 makefiles that defines build objects [all …]
|
| /kernel/linux/linux-6.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 27 - Build makefiles 28 makefiles that defines build objects [all …]
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| D | Kconfig | 54 synthesizer. You can say y to build it into the kernel, 55 or m to build it as a module. See the configuration 63 synthesizer. You can say y to build it into the kernel, 64 or m to build it as a module. See the configuration 71 synthesizer. You can say y to build it into the kernel, 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 80 build it as a module. See the configuration help on the 87 synthesizer. You can say y to build it into the kernel, 88 or m to build it as a module. See the configuration [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/patches/ |
| D | README.md | 6 - [Build](#section19369206113115) 17 During the build process, you can merge the driver code based on the chip platform and build the ke… 23 ├── build 24 │ ├── BUILD.gn # GN file of the build framework 25 │ ├── kernel.mk # Kernel build file 26 │ └── ohos.build # Kernel build component file 64 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository. 74 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository. 81 3. Modify the **config** file to build. 83 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository. [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/rockchip/ |
| D | Kconfig | 17 Build the driver for PX30 Clock Driver. 24 Build the driver for RV110x Clock Driver. 31 Build the driver for RV1126 Clock Driver. 38 Build the driver for RK3036 Clock Driver. 45 Build the driver for RK312x Clock Driver. 52 Build the driver for RK3188 Clock Driver. 59 Build the driver for RK322x Clock Driver. 66 Build the driver for RK3288 Clock Driver. 73 Build the driver for RK3308 Clock Driver. 80 Build the driver for RK3328 Clock Driver. [all …]
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.6/drivers/iio/dac/ |
| D | Kconfig | 15 Say yes here to build support for Analog Devices AD3552R 25 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044, 39 Say yes here to build support for Analog Devices AD5360, AD5361, 52 Say yes here to build support for Analog Devices AD5380, AD5381, 63 Say yes here to build support for Analog Devices AD5421 loop-powered 73 Say yes here to build support for Analog Devices AD5300, AD5301, AD5310, 86 Say yes here to build support for Analog Devices AD5415, AD5426, AD5429, 101 Say yes here to build support for Analog Devices AD5592R 113 Say yes here to build support for Analog Devices AD5593R 123 Say yes here to build support for Analog Devices AD5504, AD5501, [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/rockchip/ |
| D | Kconfig | 16 Build the driver for PX30 Clock Driver. 22 Build the driver for RV110x Clock Driver. 28 Build the driver for RK3036 Clock Driver. 34 Build the driver for RK312x Clock Driver. 40 Build the driver for RK3188 Clock Driver. 46 Build the driver for RK322x Clock Driver. 53 Build the driver for RK3288 Clock Driver. 59 Build the driver for RK3308 Clock Driver. 65 Build the driver for RK3328 Clock Driver. 71 Build the driver for RK3368 Clock Driver. [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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) \
|
| /kernel/linux/linux-5.10/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 43 Say Y here if you want to build support for the Analog Devices 57 Say Y here if you want to build support for the Analog Devices 97 Say Y here if you want to build a driver for the Bosch BMA023, BMA150 121 Say Y here if you want to build a driver for the Bosch BMA400 147 Say yes here to build support for the following Bosch accelerometers: 166 Say yes here to build support for the MiraMEMS DA280 3-axis 14-bit 176 Say yes here to build support for the MiraMEMS DA311 3-axis 12-bit 187 Say yes here to build support for the Domintech low-g tri-axial [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | Kconfig | 33 Say yes here to build support for Analog Devices AD4130-8 SPI analog 44 Say yes here to build support for Analog Devices AD7091R-5 ADC. 51 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 62 Say yes here to build support for Analog Devices AD7190, 76 Say yes here to build support for Analog Devices AD7265 and AD7266 87 Say yes here to build support for Analog Devices AD7280A 97 Say yes here to build support for Analog Devices AD7291 107 Say yes here to build support for Analog Devices AD7292 119 Say yes here to build support for Analog Devices AD7298 131 Say yes here to build support for the following SPI analog to [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | Kconfig | 29 Say yes here to build support for Analog Devices AD7091R-5 ADC. 36 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 47 Say yes here to build support for Analog Devices AD7190, 61 Say yes here to build support for Analog Devices AD7265 and AD7266 71 Say yes here to build support for Analog Devices AD7291 81 Say yes here to build support for Analog Devices AD7292 93 Say yes here to build support for Analog Devices AD7298 105 Say yes here to build support for the following SPI analog to 125 Say yes here to build parallel interface support for Analog Devices: 136 Say yes here to build spi interface support for Analog Devices: [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/dac/ |
| 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, 51 Say yes here to build support for Analog Devices AD5421 loop-powered 61 Say yes here to build support for Analog Devices AD5300, AD5301, AD5310, 74 Say yes here to build support for Analog Devices AD5415, AD5426, AD5429, 89 Say yes here to build support for Analog Devices AD5592R 101 Say yes here to build support for Analog Devices AD5593R 111 Say yes here to build support for Analog Devices AD5504, AD5501, 121 Say yes here to build support for Analog Devices AD5624R, AD5644R and [all …]
|