Home
last modified time | relevance | path

Searched refs:build (Results 1 – 200 of 494) sorted by relevance

123

/linux-4.1.27/tools/perf/Documentation/
DBuild.txt2 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 …]
Dperf-buildid-cache.txt6 perf-buildid-cache - Manage build-id cache.
15 This command manages the build-id cache. It can add, remove, update and purge
28 running 'perf buildid-cache' as root may update root's build-id cache
34 kcore in the cache (with the same build-id) that has the same modules at
39 Remove a cached binary which has same build-id of specified file
47 List missing build ids in the cache for the specified file.
53 exactly same build-id, that is replaced by new one. It can be used
Dandroid.txt29 source build/envsetup.sh
36 ./build/tools/build-ndk-sysroot.sh --abi=arm
37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
Dperf-inject.txt17 this case build-ids (-b option) are read and injected as needed into the event
27 --build-ids=::
28 Inject build-ids into the output stream
Dperf-buildid-list.txt19 It can also be used to show the build id of the running kernel or in an ELF
35 Show running kernel build id.
Dperf-archive.txt6 perf-archive - Create archive with object files with build-ids found in perf.data file
/linux-4.1.27/tools/build/Documentation/
DBuild.txt4 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.
17 The build framework consists of 2 Makefiles:
20 Makefile.build
23 'Makefile.build' file is the makefile used from the outside. It's
26 $ make -f tools/build/Makefile srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
32 OBJECT - is the name of the build object
45 the build to nested directories.
[all …]
/linux-4.1.27/tools/build/tests/ex/
DMakefile6 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
11 make -f $(srctree)/tools/build/Makefile.build dir=. $@
14 make $(build)=ex
17 make $(build)=libex
/linux-4.1.27/drivers/block/paride/
DKconfig16 connected through a parallel port. If you chose to build PARIDE
17 support into your kernel, you may answer Y here to build in the
18 parallel port IDE driver, otherwise you should answer M to build
30 connected through a parallel port. If you chose to build PARIDE
31 support into your kernel, you may answer Y here to build in the
33 build it as a loadable module. The module will be called pcd. You
46 connected through a parallel port. If you chose to build PARIDE
47 support into your kernel, you may answer Y here to build in the
49 to build it as a loadable module. The module will be called pf.
60 connected through a parallel port. If you chose to build PARIDE
[all …]
/linux-4.1.27/tools/perf/
DMakefile.perf274 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
277 $(Q)$(MAKE) $(build)=perf
283 $(Q)$(MAKE) $(build)=gtk
323 build-dir = $(if $(__build-dir),$(__build-dir),.)
328 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
331 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
334 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
337 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
340 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
343 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
[all …]
DMakefile54 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
80 build-test:
Dperf-archive.sh36 linkname=$PERF_BUILDID_DIR.build-id/${build_id:0:2}/${build_id:2}
/linux-4.1.27/drivers/staging/speakup/
DKconfig48 synthesizer. You can say y to build it into the kernel,
49 or m to build it as a module. See the configuration
57 synthesizer. You can say y to build it into the kernel,
58 or m to build it as a module. See the configuration
65 synthesizer. You can say y to build it into the kernel,
66 or m to build it as a module. See the configuration
73 You can say y to build it into the kernel, or m to
74 build it as a module. See the configuration help on the
81 synthesizer. You can say y to build it into the kernel,
82 or m to build it as a module. See the configuration
[all …]
/linux-4.1.27/tools/build/
DMakefile.build22 build-dir := $(srctree)/tools/build
25 include $(build-dir)/Build.include
39 build-file := $(dir)/Build
40 include $(build-file)
107 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
DMakefile.feature1 feature_dir := $(srctree)/tools/build/feature
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dparse-build.sh31 T=/tmp/parse-build.sh.$$
41 print_bug $title no build
47 print_bug $title build errors:
58 print_warning $title build errors:
Dkvm-recheck.sh46 parse-build.sh $i/Make.out $configfile
62 parse-build.sh $i/Make.out $configfile
Dkvm-test-1-run.sh66 echo ' ---' `date`: Starting build
96 if kvm-build.sh $config_template $builddir $T
109 parse-build.sh $resdir/Make.out $title
Dkvm-build.sh67 echo Kernel build error
Dconfiginit.sh54 echo Bad build directory: \"$builddir\"
/linux-4.1.27/arch/arm64/
DMakefile15 OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
68 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
71 $(Q)$(MAKE) $(build)=$(boot) $@
74 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
79 $(Q)$(MAKE) $(build)=$(boot)/dts
86 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
DKconfig.debug44 bool "Randomize TEXT_OFFSET at build time"
47 of the kernel to be randomized at build-time. When selected,
49 build of the kernel, and the offset will be reflected in the
/linux-4.1.27/drivers/iio/dac/
DKconfig12 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044,
23 Say yes here to build support for Analog Devices AD5360, AD5361,
36 Say yes here to build support for Analog Devices AD5380, AD5381,
47 Say yes here to build support for Analog Devices AD5421 loop-powered
57 Say yes here to build support for Analog Devices AD5300, AD5301, AD5310,
69 Say yes here to build support for Analog Devices AD5415, AD5426, AD5429,
79 Say yes here to build support for Analog Devices AD5504, AD5501,
89 Say yes here to build support for Analog Devices AD5624R, AD5644R and
96 Say yes here to build support for Analog Devices AD5686R, AD5685R,
107 Say yes here to build support for Analog Devices AD5755, AD5755-1,
[all …]
/linux-4.1.27/
DMakefile449 $(Q)$(MAKE) $(build)=scripts/basic
538 $(Q)$(MAKE) $(build)=scripts/kconfig $@
541 $(Q)$(MAKE) $(build)=scripts/kconfig $@
555 $(Q)$(MAKE) $(build)=$(@)
795 $(call cc-ldoption, -Wl$(comma)--build-id,))
926 $(Q)$(MAKE) $(build)=samples
929 $(Q)$(MAKE) $(build)=Documentation
948 $(Q)$(MAKE) $(build)=$@
991 $(Q)$(MAKE) $(build)=.
1056 $(Q)$(MAKE) $(build)=scripts build_unifdef
[all …]
DREADME122 build or operation.
133 build directory: /home/name/build/kernel
135 To configure and build the kernel, use:
138 make O=/home/name/build/kernel menuconfig
139 make O=/home/name/build/kernel
140 sudo make O=/home/name/build/kernel modules_install install
261 build should require that. Don't take the name of root in vain.
266 - Verbose kernel compile/build output:
268 Normally, the kernel build system runs in a fairly quiet mode (but not
271 For this, use "verbose" build mode. This is done by inserting
[all …]
/linux-4.1.27/drivers/iio/pressure/
DKconfig13 Say yes here to build support for Bosch Sensortec BMP280
27 Say yes here to build support for the HID SENSOR
37 Say yes here to build support for the Freescale MPL115A2
49 Say yes here to build support for the Freescale MPL3115A2
58 Say Y here to build support for the Measurement Specialities
68 Say Y here to build I2C bus support for MS5611.
77 Say Y here to build SPI bus support for MS5611.
90 Say yes here to build support for STMicroelectronics pressure
115 Say yes here to build support for the EPCOS T5403 pressure sensor
/linux-4.1.27/Documentation/
Dgdb-kernel-debugging.txt45 o cd /path/to/linux-build
52 add-auto-load-safe-path /path/to/linux-build
66 scanning for modules in /home/user/linux/build
67 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko
68 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko
69 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko
70 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko
71 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko
73 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko
86 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko
[all …]
Dgcov.txt9 6. Separated build and test machines
21 To get coverage data for a specific file, change to the kernel build
135 6. Separated build and test machines
146 gcc version used for kernel build. Also the following files need to be
147 copied from build to test machine:
152 from the build tree:
158 exact same file system location on the test machine as on the build
165 to build machine:
171 These files can be copied to any location on the build machine. gcov
174 Example directory setup on the build machine:
[all …]
Dkselftest.txt17 To build the tests:
24 To build and run the tests with a single command, use:
38 You can specify multiple tests to build and run:
48 To build the hotplug tests:
66 * Don't break the build on any architecture, and
Dmodule-signing.txt70 modules_install phase of a build. If this is off, then the modules must
98 used to check it. The private key is only needed during the build, after which
103 Under normal conditions, the kernel build will automatically generate a new
156 placed in the kernel source root directory or the kernel build root directory
DChanges60 You will need GNU make 3.80 or later to build the kernel.
74 File::Basename, and File::Find to build the kernel.
79 You will need bc to build kernels 3.10 and higher
115 It is generally preferred to build the kernel with CONFIG_KALLSYMS so
118 is not build with CONFIG_KALLSYMS and you have no way to rebuild and
DSubmitChecklist24 or some other build farm.
59 13: Has been build- and runtime tested with and without CONFIG_SMP and
Dstable_api_nonsense.txt60 - Depending on what kernel build options you select, a wide range of
66 depending on the build options.
75 Linux distribution. But multiply that single build by the number of
78 different build options on different releases. Also realize that each
/linux-4.1.27/drivers/isdn/gigaset/
DKconfig13 This will build a module called "gigaset".
14 Note: If you build your ISDN subsystem (ISDN_CAPI or ISDN_I4L)
15 as a module, you have to build this driver as a module too,
29 Say N to build the old native ISDN4Linux variant.
47 This will build a module called "bas_gigaset".
55 This will build a module called "usb_gigaset".
62 This will build a module called "ser_gigaset".
/linux-4.1.27/tools/lib/api/
DMakefile24 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
32 @$(MAKE) $(build)=libapi
/linux-4.1.27/drivers/staging/iio/accel/
DKconfig12 Say Y here to build support for Analog Devices adis16201 dual-axis
24 Say Y here to build support for Analog Devices adis16203 Programmable
36 Say Y here to build support for Analog Devices adis16204 Programmable
48 Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer
59 Say Y here to build support for Analog Devices adis16220 programmable
71 Say Y here to build support for Analog Devices adis16240 programmable
84 Say Y here to build SPI support for the ST microelectronics
96 Say Y here to build support for the VTI SCA3000 series of SPI
/linux-4.1.27/drivers/iio/accel/
DKconfig14 Say Y here if you want to build a driver for the Bosch BMA180 or
26 Say yes here to build support for the following Bosch accelerometers:
43 Say yes here to build support for the HID SENSOR
57 Say yes here to build support for STMicroelectronics accelerometers:
83 Say yes here to build support for the Kionix KXSD9 accelerometer.
95 Say yes here to build support for the Freescale MMA8452Q 3-axis
107 Say Y here if you want to build a driver for the Kionix KXCJK-1013
123 Say yes here to build support for the Freescale MMA9551L
134 Say yes here to build support for the Freescale MMA9553L
/linux-4.1.27/drivers/iio/gyro/
DKconfig12 Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw
19 Say yes here to build support for Analog Devices ADIS16130 High Precision
28 Say yes here to build support for the Analog Devices ADIS16133, ADIS16135,
37 Say yes here to build support for Analog Devices ADIS16260 ADIS16265
47 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
59 Say yes here to build support for Bosch BMG160 Tri-axis Gyro Sensor
73 Say yes here to build support for the HID SENSOR
84 Say yes here to build support for STMicroelectronics gyroscopes:
/linux-4.1.27/drivers/net/irda/
DKconfig10 Say Y here if you want to build support for the IrTTY line
93 Say Y here if you want to build support for the Extended Systems
104 Say Y here if you want to build support for the ACTiSYS IR-220L and
115 Say Y here if you want to build support for the Tekram IrMate 210B
126 Say Y here if you want to build support for the Vishay/Temic
134 Say Y here if you want to build support for the Parallax Litelink
145 Say Y here if you want to build support for the Mobile Action MA600
158 Say Y here if you want to build support for the Greenwich GIrBIL
169 Say Y here if you want to build support for the Microchip MCP2120
176 You must build this dongle yourself. For more information see:
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/
DKconfig23 If you choose to build it as a module, it will be called rtl8192ce
34 If you choose to build it as a module, it will be called rtl8192se
45 If you choose to build it as a module, it will be called rtl8192de
58 If you choose to build it as a module, it will be called rtl8723ae
71 If you choose to build it as a module, it will be called rtl8723be
82 If you choose to build it as a module, it will be called rtl8188ee
94 If you choose to build it as a module, it will be called rtl8192ee
106 If you choose to build it as a module, it will be called rtl8821ae
118 If you choose to build it as a module, it will be called rtl8192cu
/linux-4.1.27/drivers/iio/adc/
DKconfig20 Say yes here to build support for Analog Devices AD7265 and AD7266
27 Say yes here to build support for Analog Devices AD7291
39 Say yes here to build support for Analog Devices AD7298
51 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
65 Say yes here to build support for Analog Devices AD7787, AD7788, AD7789,
77 Say yes here to build support for Analog Devices AD7785, AD7792, AD7793,
90 Say yes here to build support for Analog Devices
103 Say yes here to build support for Analog Devices
115 Say yes here to build support for Analog Devices:
128 Say yes here to build support for Atmel AT91 ADC.
[all …]
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt3 This document describes how to build an out-of-tree kernel module.
36 "kbuild" is the build system used by the Linux kernel. Modules must use
37 kbuild to stay compatible with changes in the build infrastructure and
46 complexity, so one only has to type "make" to build the module. This is
53 To build external modules, you must have a prebuilt kernel available
54 that contains the configuration and header files used in the build.
64 NOTE: "modules_prepare" will not build Module.symvers even if
65 CONFIG_MODVERSIONS is set; therefore, a full kernel build needs to be
70 The command to build an external module is:
77 To build against the running kernel use:
[all …]
D00-INDEX2 - this file: info on the kernel build process
14 - how to build modules and to install them
Dmakefiles.txt34 --- 6.1 Set variables to tweak the build to the architecture
80 .config file to construct various file lists used by kbuild to build
84 are used to build the kernel based on the kbuild makefiles.
91 *Users* are people who build kernels. These people type commands such as
106 *Kbuild developers* are people who work on the kernel build system itself.
191 that you want to build a module in the same way as above; however,
192 kbuild needs to know which object files you want to build your
223 kbuild will build an ext2.o file for you out of the individual
263 Makefiles in these subdirs. The build system will automatically
291 invocations happening during a recursive build.
[all …]
Dkbuild.txt145 relocations required by build roots. This is not defined in the
207 gcc -W... options for more extensive build-time checking.
214 is the output of the date command at one point during build.
/linux-4.1.27/arch/cris/boot/
DMakefile6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
19 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
20 $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
/linux-4.1.27/drivers/staging/iio/adc/
DKconfig12 Say yes here to build support for Analog Devices:
45 Say yes here to build support for Analog Devices AD7170, AD7171,
57 Say yes here to build support for Analog Devices AD7816/7/8
65 Say yes here to build support for Analog Devices AD7190,
76 Say yes here to build support for Analog Devices AD7280A
87 Say yes here to build support for the integrated ADC inside the
102 Say yes here to build support for i.MX23/i.MX28 LRADC convertor
113 Say yes here to build support for the integrated ADC inside the
/linux-4.1.27/drivers/net/wireless/mwifiex/
DKconfig8 If you choose to build it as a module, it will be called
19 If you choose to build it as a module, it will be called
30 If you choose to build it as a module, it will be called
41 If you choose to build it as a module, it will be called
/linux-4.1.27/arch/s390/
DMakefile111 $(Q)$(MAKE) $(build)=$(boot) $@
114 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
117 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
120 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
121 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.1.27/samples/
DKconfig4 You can build and test sample kernel code here.
12 This build trace event example modules.
18 This config option will allow you to build a number of
28 This build several kprobes example modules.
45 This config option will allow you to build a number of
/linux-4.1.27/tools/lib/lockdep/
DMakefile97 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
117 $(Q)$(MAKE) $(build)=liblockdep
/linux-4.1.27/arch/x86/
DMakefile175 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
181 $(Q)$(MAKE) $(build)=arch/x86/syscalls all
185 $(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
229 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
231 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
236 $(Q)$(MAKE) $(build)=$(boot) $@
240 $(Q)$(MAKE) $(build)=$(boot) $@
244 $(Q)$(MAKE) $(build)=arch/x86/vdso $@
/linux-4.1.27/tools/lib/traceevent/
DMakefile136 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
164 $(Q)$(MAKE) $(build)=libtraceevent
178 $(Q)$(MAKE) $(build)=$(plugin_obj)
/linux-4.1.27/arch/x86/boot/
Dheader.S137 # Filled in by build.c
143 # Filled in by build.c
168 # The size of the bzImage is written in tools/build.c
200 # The offset & size fields are filled in by build.c.
219 # offset & size fields are filled in by build.c.
235 # The offset & size fields are filled in by build.c.
253 # The offset & size fields are filled in by build.c.
DMakefile40 hostprogs-y := tools/build
67 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \
70 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
111 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/drivers/staging/iio/meter/
DKconfig10 Say yes here to build support for Analog Devices ADE7753 Single-Phase Multifunction
20 Say yes here to build support for Analog Devices ADE7754 Polyphase
32 Say yes here to build support for Analog Devices ADE7758 Polyphase
42 Say yes here to build support for Analog Devices ADE7758 Active Energy
52 Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
DKconfig10 If you choose to build a module, it'll be called wl1251. Say
21 If you choose to build a module, it'll be called wl1251_spi.
32 If you choose to build a module, it'll be called
/linux-4.1.27/arch/metag/
DMakefile69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
72 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
75 $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
/linux-4.1.27/drivers/staging/iio/addac/
DKconfig10 Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
21 Say yes here to build SPI bus support for Analog Devices ADT7316/7/8
31 Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
/linux-4.1.27/drivers/iio/magnetometer/
DKconfig13 Say yes here to build support for Asahi Kasei AK8975, AK8963,
33 Say yes here to build support for the Freescale MAG3110 3-Axis
47 Say yes here to build support for the HID SENSOR
58 Say yes here to build support for STMicroelectronics magnetometers:
/linux-4.1.27/Documentation/hwmon/
Dnct668332 build date 04/03/13 do not match the register locations in the Nuvoton
55 Intel DH87RL NCT6683D EC firmware version 1.0 build 04/03/13
56 Intel DH87MC NCT6683D EC firmware version 1.0 build 04/03/13
57 Intel DB85FL NCT6683D EC firmware version 1.0 build 04/03/13
/linux-4.1.27/net/caif/
DKconfig14 Say Y (or M) here if you build for a phone product (e.g. Android or
17 If you select to build it as module then CAIF_NETDEV also needs to be
40 If you select to build it as a built-in then the main CAIF device must
51 If you select to build it as a built-in then the main CAIF device must
/linux-4.1.27/drivers/staging/iio/cdc/
DKconfig10 Say yes here to build support for Analog Devices capacitive sensors.
20 Say yes here to build support for Analog Devices capacitive sensors.
30 Say yes here to build support for Analog Devices capacitive sensors.
/linux-4.1.27/drivers/staging/iio/resolver/
DKconfig10 Say yes here to build support for Analog Devices spi resolver
21 Say yes here to build support for Analog Devices spi resolver
33 Say yes here to build support for Analog Devices spi resolver
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
DKconfig11 If you choose to build a module, it will be called wlcore. Say N if
23 If you choose to build a module, it'll be called wlcore_spi.
34 If you choose to build a module, it'll be called wlcore_sdio.
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig41 Say "y" to link the driver statically, or "m" to build a
52 Say "y" to link the driver statically, or "m" to build a
71 Say "y" to link the driver statically, or "m" to build a
85 Say "y" to link the driver statically, or "m" to build a
103 Say "y" to link the driver statically, or "m" to build a
124 Say "y" to link the driver statically, or "m" to build a
139 Say "y" to link the driver statically, or "m" to build a
161 Say "y" to link the driver statically, or "m" to build a
173 Say "y" to link the driver statically, or "m" to build a
186 Say "y" to link the driver statically, or "m" to build a
[all …]
/linux-4.1.27/drivers/iio/imu/
DKconfig14 Say yes here to build support for Analog Devices adis16300, adis16344,
25 Say yes here to build support for Analog Devices ADIS16375, ADIS16480,
34 Say Y here if you want to build a driver for Kionix KMX61 6-axis
/linux-4.1.27/drivers/iio/light/
DKconfig24 Say Y here if you want to build a driver for the Dyna Image AL3320A
34 Say Y here if you want to build a driver for the Avago APDS9300
66 Say Y here if you want to build a driver for Capela CM3323
103 Say Y here if you want to build a driver for the Intersil ISL29125
117 Say yes here to build support for the HID SENSOR
131 Say yes here to build support for the HID SENSOR
142 Say Y here if you want to build a IIO driver for JSA1212
215 Say Y here if you want to build a driver for the TAOS TSL4531 family
225 Say Y here if you want to build a driver for the Vishay VCNL4000
/linux-4.1.27/arch/arm/
DMakefile305 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
316 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
319 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
322 $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
327 $(Q)$(MAKE) $(build)=$(boot)/dts
335 $(Q)$(MAKE) $(build)=arch/arm/vdso $@
343 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
344 i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
/linux-4.1.27/arch/powerpc/
DMakefile261 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
263 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
267 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
270 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
295 $(Q)$(MAKE) $(build)=$(boot) install
299 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
301 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.1.27/tools/testing/ktest/examples/include/
Dtests.conf42 TEST_START IF ${TEST} == build
43 TEST_TYPE = build
Ddefaults.conf60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE}
/linux-4.1.27/drivers/net/wireless/p54/
DKconfig14 If you choose to build a module, it'll be called p54common.
26 If you choose to build a module, it'll be called p54usb.
40 If you choose to build a module, it'll be called p54pci.
49 If you choose to build a module, it'll be called p54spi.
/linux-4.1.27/arch/arc/
DMakefile103 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
106 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
109 $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
/linux-4.1.27/drivers/iio/orientation/
DKconfig16 Say yes here to build support for the HID SENSOR
27 Say yes here to build support for the HID SENSOR
/linux-4.1.27/arch/xtensa/boot/
DMakefile32 $(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
/linux-4.1.27/arch/unicore32/
DMakefile21 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S
51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.1.27/drivers/staging/iio/frequency/
DKconfig10 Say yes here to build support for Analog Devices DDS chip
20 Say yes here to build support for Analog Devices DDS chip
/linux-4.1.27/drivers/iio/proximity/
DKconfig13 Say Y here to build SPI interface support for the Austrian
30 Say Y here to build a driver for Semtech's SX9500 capacitive
/linux-4.1.27/arch/c6x/
DMakefile50 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
53 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
/linux-4.1.27/net/wireless/
Ddb.txt2 # This file is a placeholder to prevent accidental build breakage if someone
4 # enable that build option.
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig39 Say "y" to link the driver statically, or "m" to build a
72 Say "y" to link the driver statically, or "m" to build a
119 Say "y" to link the driver statically, or "m" to build a
173 Say "y" to link the driver statically, or "m" to build a
185 Say "y" to link the driver statically, or "m" to build a
204 Say "y" to link the driver statically, or "m" to build
246 Say "y" to link the driver statically, or "m" to build
278 Say "y" to link the driver statically, or "m" to build a
298 Say "y" to link the driver statically, or "m" to build a
312 Say "y" to link the driver statically, or "m" to build a
[all …]
/linux-4.1.27/drivers/iio/common/hid-sensors/
DKconfig11 Say yes here to build support for HID sensor to use
22 Say yes here to build trigger support for HID sensors.
/linux-4.1.27/arch/alpha/
DMakefile56 $(Q)$(MAKE) $(build)=$(boot) $@
59 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.1.27/drivers/mcb/
DKconfig16 If build as a module, the module is called mcb.ko
29 If build as a module, the module is called mcb-pci.ko
/linux-4.1.27/net/nfc/
DKconfig11 Say Y here if you want to build support for NFC (Near field
24 Say Y if you want to build NFC digital protocol stack support.
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
DKconfig9 If you choose to build it as a module, it will be called
20 choose to build it as a module, it will be called ath6kl_sdio.
31 USB. If you choose to build it as a module, it will be
/linux-4.1.27/arch/mips/
DMakefile322 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \
349 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
355 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
370 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
374 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
383 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32"
387 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32"
/linux-4.1.27/arch/tile/kernel/
Dasm-offsets.c20 # error Can only build TILE-Gx configurations with tilegx compiler
27 # error Can not build TILEPro configurations with tilegx compiler
/linux-4.1.27/drivers/iio/humidity/
DKconfig19 Say yes here to build support for the Silabs Si7005 relative
29 Say yes here to build support for the Silicon Labs Si7013/20/21
/linux-4.1.27/arch/ia64/
DMakefile75 $(Q)$(MAKE) $(build)=$(boot) $@
86 $(Q)$(MAKE) $(build)=$(boot) $@
102 $(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h
/linux-4.1.27/drivers/iio/frequency/
DKconfig17 Say yes here to build support for Analog Devices AD9523 Low Jitter
35 Say yes here to build support for Analog Devices ADF4350/ADF4351
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt21 image. The details of the build system is discussed in the next section.
106 build system will use arch/powerpc/boot/dts/walnut.dts to build
107 treeImage.walnut and arch/powerpc/boot/dts/virtex405-ml403.dts to build
111 targets build all the default images as selected by the kernel configuration.
121 images on a single build. The design decision was made to not use any
124 kernel configuration. Building all the wrapper bits on every kernel build
141 the target you are trying to build is supported by the wrapper bits.
/linux-4.1.27/drivers/nfc/pn544/
DKconfig22 If you choose to build a module, it'll be called pn544_i2c.
33 If you choose to build a module, it'll be called pn544_mei.
/linux-4.1.27/arch/sparc/
DMakefile69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
72 $(Q)$(MAKE) $(build)=$(boot) $@
/linux-4.1.27/Documentation/dvb/
Dtechnisat.txt22 "Multimedia support" => "Customise analog and hybrid tuner modules to build"
38 => "Customise the frontend modules to build" "Customise DVB frontends" =>
75 b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build"
Dttusb-dec.txt36 Copy the three files downloaded above into the build-2.4 directory.
/linux-4.1.27/drivers/nfc/microread/
DKconfig23 If you choose to build a module, it'll be called microread_i2c.
34 If you choose to build a module, it'll be called microread_mei.
/linux-4.1.27/arch/arm/boot/
DMakefile52 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
84 $(Q)$(MAKE) $(build)=$(obj)/bootp $@
/linux-4.1.27/arch/xtensa/
DMakefile99 $(Q)$(MAKE) $(build)=$(boot) $@
102 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
/linux-4.1.27/arch/x86/boot/tools/
D.gitignore1 build
/linux-4.1.27/arch/mn10300/
DMakefile22 OBJCOPYFLAGS := -O binary -R .note -R .comment -R .GCC-command-line -R .note.gnu.build-id -S
79 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.1.27/arch/avr32/
DMakefile64 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
67 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
/linux-4.1.27/scripts/
DKbuild.include168 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
170 # $(Q)$(MAKE) $(build)=dir
171 build := -f $(srctree)/scripts/Makefile.build obj
268 # why - tell why a a target got build
277 # (1) PHONY targets are always build
278 # (2) No target, so we better build it
/linux-4.1.27/arch/m32r/boot/
DMakefile18 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/Documentation/usb/
Dlinux.inf36 ; References the in-build Netrndis.inf
59 ; No sys copyfiles - the sys files are already in-build
/linux-4.1.27/arch/x86/realmode/
DMakefile18 $(Q)$(MAKE) $(build)=$(obj)/rm $@
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-drv.c458 u32 api_ver, hdr_size, build; in iwl_parse_v1_v2_firmware() local
472 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
491 build = 0; in iwl_parse_v1_v2_firmware()
504 if (build) in iwl_parse_v1_v2_firmware()
505 sprintf(buildstr, " build %u%s", build, in iwl_parse_v1_v2_firmware()
567 u32 build; in iwl_parse_tlv_firmware() local
586 build = le32_to_cpu(ucode->build); in iwl_parse_tlv_firmware()
588 if (build) in iwl_parse_tlv_firmware()
589 sprintf(buildstr, " build %u%s", build, in iwl_parse_tlv_firmware()
Diwl-fw-file.h84 __le32 build; /* build number */ member
164 __le32 build; member
/linux-4.1.27/drivers/clocksource/
DKconfig203 This enables build of a clocksource and clockevent driver for
213 This enables build of a clockevent driver for the Multi-Function
223 This enables build of a clocksource and clockevent driver for
232 This enables build of a clocksource and clockevent driver for
/linux-4.1.27/arch/mn10300/boot/
DMakefile28 $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
/linux-4.1.27/Documentation/video4linux/
DREADME.saa713425 Configure, build, install + boot the new kernel. You'll need at least
31 Type "make" to build the driver now. "make install" installs the
/linux-4.1.27/arch/sh/boot/
DMakefile40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
47 $(Q)$(MAKE) $(build)=$(obj)/romimage $@
/linux-4.1.27/drivers/mtd/ubi/
DMakefile3 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
/linux-4.1.27/drivers/staging/vt6655/
Ddevice_cfg.h36 unsigned char build; member
Dtest1 KSP := /lib/modules/$(shell uname -r)/build \
/linux-4.1.27/arch/sh/
DMakefile80 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
214 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
219 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
/linux-4.1.27/drivers/isdn/sc/
DKconfig7 To build it, choose M here: the module will be called sc.
/linux-4.1.27/Documentation/early-userspace/
DREADME25 archive to be used as the image or have the kernel build process build
38 The kernel build process can also build an early userspace image from
118 and a number of other utilities, so you can replace kinit and build
/linux-4.1.27/arch/unicore32/boot/
DMakefile21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/drivers/clk/samsung/
DKconfig16 Temporary symbol to build the dclk driver based on the common clock
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt94 build system (more on this in the next section). However, for board families
102 seamlessly with the build system, it's best to have this directory the same
104 a family, the build system has ways of dealing with this (via incdir-y
207 whole mess to fit into the build system.
209 Large portions of the build system are now entirely dynamic, and merely
230 Next, the build system assumes that your include/asm-sh directory will also
259 build target, and it will be implicitly listed as such in the help text.
/linux-4.1.27/tools/power/cpupower/debug/kernel/
DMakefile3 KDIR := /lib/modules/$(shell uname -r)/build
/linux-4.1.27/arch/s390/boot/
DMakefile22 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/Documentation/arm/SA1100/
DHUW_WEBPANEL6 To build the kernel:
DItsy15 To build, do a "make menuconfig" (or xmenuconfig) and select Itsy support.
18 to build the params-itsy program used to boot the kernel.
/linux-4.1.27/drivers/staging/emxx_udc/
DKconfig8 Say "y" to link the driver statically, or "m" to build a
/linux-4.1.27/drivers/staging/iio/impedance-analyzer/
DKconfig12 Say yes here to build support for Analog Devices Impedance Converter,
/linux-4.1.27/drivers/iio/amplifiers/
DKconfig13 Say yes here to build support for Analog Devices AD8366
/linux-4.1.27/drivers/staging/iio/gyro/
DKconfig10 Say Y (yes) here to build support for Analog Devices adis16060 wide bandwidth
/linux-4.1.27/arch/score/
DMakefile35 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
DKconfig.debug15 some command-line options at build time by entering them here. In
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
DKconfig8 If you choose to build a module, it'll be called wcn36xx.
/linux-4.1.27/tools/lguest/
Dlguest.txt53 to build it. If you didn't build your kernel in-tree, use "make
79 vmlinux: the kernel image found in the top of your build directory. You
/linux-4.1.27/net/irda/ircomm/
DKconfig5 Say Y here if you want to build support for the IrCOMM protocol.
/linux-4.1.27/tools/testing/ktest/examples/
Dcrosstests.conf81 TEST_TYPE = build
229 BISECT_TYPE = build
Dsnowball.conf50 OUTPUT_DIR = ${THIS_DIR}/snowball-build
DREADME11 lots of different architectures. It only does build tests, but makes
/linux-4.1.27/arch/alpha/lib/
Dstrrchr.S30 lda t4, -1 # .. e1 : build garbage mask
57 subq t4, 1, t5 # e0 : build a mask of the bytes up to...
Dev67-strrchr.S52 lda t5, -1 # E : build garbage mask
85 subq t4, 1, t5 # E : build a mask of the bytes up to...
/linux-4.1.27/arch/openrisc/
DREADME.openrisc23 In order to build and run Linux for OpenRISC, you'll need at least a basic
30 http://openrisc.net/toolchain-build.html
/linux-4.1.27/arch/xtensa/boot/boot-elf/
DMakefile30 --build-id=none \
/linux-4.1.27/net/nfc/hci/
DKconfig6 Say Y here if you want to build support for a kernel NFC HCI
/linux-4.1.27/drivers/usb/renesas_usbhs/
DKconfig16 Say "y" to link the driver statically, or "m" to build a
/linux-4.1.27/tools/power/cpupower/
D.gitignore5 build/ccdv
/linux-4.1.27/fs/exofs/
DKbuild12 # Kbuild - Gets included from the Kernels Makefile and build system
/linux-4.1.27/fs/jffs2/
DMakefile10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-4.1.27/arch/arc/boot/
DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
DKconfig9 Say "y" here to link the driver statically, or "m" to build a dynamically
/linux-4.1.27/Documentation/spi/
D00-INDEX10 - PXA2xx SPI master controller build by spi_message fifo wq
/linux-4.1.27/net/irda/irlan/
DKconfig5 Say Y here if you want to build support for the IrLAN protocol.
/linux-4.1.27/net/irda/irnet/
DKconfig5 Say Y here if you want to build support for the IrNET protocol.
/linux-4.1.27/drivers/net/wireless/brcm80211/
DKconfig17 be available if you select BCMA_DRIVER_GPIO. If you choose to build a
27 one of the bus interface support. If you choose to build a module,
/linux-4.1.27/arch/blackfin/
DMakefile151 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/linux-4.1.27/drivers/staging/android/
DTODO5 - make sure things build as modules properly
/linux-4.1.27/drivers/iio/common/ssp_sensors/
DKconfig12 Say yes here to build commons for SSP sensors.
/linux-4.1.27/arch/microblaze/boot/
DMakefile7 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/linux-4.1.27/drivers/nfc/st21nfcb/
DKconfig21 If you choose to build a module, it'll be called st21nfcb_i2c.
/linux-4.1.27/arch/frv/boot/
DMakefile20 OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment
/linux-4.1.27/drivers/nfc/st21nfca/
DKconfig22 If you choose to build a module, it'll be called st21nfca_i2c.
/linux-4.1.27/Documentation/ia64/
Dxen.txt4 This recipe describes how to get xen-ia64 source and build it,
39 # cp build-linux-2.6.18-xen_ia64/vmlinux.gz \
44 O=$(/bin/pwd)/build-linux-2.6.18-xen_ia64
/linux-4.1.27/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt103 to generating this archive during the build.)
133 The 2.6 kernel build process always creates a gzipped cpio format initramfs
155 Run "usr/gen_init_cpio" (after the kernel build) to get a usage message
165 directory instead of a configuration file, the kernel's build infrastructure
169 from usr/gen_init_cpio.c). The kernel's build-time cpio creation code is
174 or extracting your own preprepared cpio files to feed to the kernel build
178 or by the kernel build) back into its component files:
354 packages to drop into a kernel build.
359 kernel build.
/linux-4.1.27/net/ieee802154/
DKconfig20 for 802.15.4 dataframes. Also RAW socket interface to build MAC
/linux-4.1.27/arch/m32r/
DMakefile53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.1.27/arch/nios2/boot/
DMakefile32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.1.27/drivers/net/wireless/iwlegacy/
DKconfig16 Select to build the driver supporting the:
42 Select to build the driver supporting the:
/linux-4.1.27/arch/m68k/kernel/
Dvmlinux-nommu.lds6 * This linker script is equipped to build either ROM loaded or RAM
/linux-4.1.27/drivers/staging/fbtft/
DREADME26 Enable driver(s) in menuconfig and build the kernel
/linux-4.1.27/drivers/scsi/aic7xxx/
DKconfig.aic79xx53 include files updated during a normal kernel build. The assembler
57 build environment is different than that of the author.
DKconfig.aic7xxx58 include files updated during a normal kernel build. The assembler
62 build environment is different than that of the author.
/linux-4.1.27/arch/avr32/boot/images/
DMakefile11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
DKconfig9 If you choose to build a module, it'll be called ath10k.
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_ct.c72 if (nfq_ct->build(skb, ct) < 0) in nfqnl_ct_put()
/linux-4.1.27/Documentation/ko_KR/
Dstable_api_nonsense.txt83 - 커널내에 메모리는 build optoin들에 따라 다른 방법으로 align될수
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt10 specified, driver will build it in runtime.
32 sector size 1024. If not specified, driver will build the table in runtime.
/linux-4.1.27/drivers/soc/versatile/
Dsoc-integrator.c101 __ATTR(build, S_IRUGO, integrator_get_build, NULL);
Dsoc-realview.c92 __ATTR(build, S_IRUGO, realview_get_build, NULL);
/linux-4.1.27/Documentation/acpi/
Ddebug.txt27 specific driver or part of the ACPI interpreter. To build the debug_layer
72 To build debug_level, look at the level specified in an ACPI_DEBUG_PRINT()
/linux-4.1.27/Documentation/arm/
D00-INDEX12 - Build sourcefiles as part of the Documentation-build for arm
DREADME15 To build ARM Linux natively, you shouldn't have to alter the ARCH = line
35 Do a 'make config', followed by 'make Image' to build the kernel
191 a single multiplatform kernel build to be used for several machine types.
/linux-4.1.27/arch/powerpc/platforms/82xx/
DKconfig61 this option means that you wish to build a kernel for a machine with
/linux-4.1.27/arch/m68k/
DKconfig.debug33 Enable debugging symbols on kernel build.
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
DKconfig13 If you choose to build it as a module, it will be called
/linux-4.1.27/arch/arm/vdso/
DMakefile16 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--build-id)
/linux-4.1.27/arch/arm/mach-ux500/
DKconfig65 At least one platform needs to be selected in order to build
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfi.h248 u8 build; member
256 u8 build;
/linux-4.1.27/drivers/net/wireless/
Dat76c50x-usb.h317 u8 build; member
341 u8 build; /* firmware build number */ member
/linux-4.1.27/fs/xfs/
DKconfig77 Say Y here to get an XFS build with many additional warnings.
90 Say Y here to get an XFS build with many debugging features,
/linux-4.1.27/arch/um/
DKconfig.char88 this if you expect the UML that you build to be run in environments
100 this if you expect the UML that you build to be run in environments
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m15 * build tools:
17 build against your currently running kernel, you need to have
33 to build the i2400m USB or SDIO drivers will not show. Enable said
55 directory or if you want to build for a kernel that is not the
/linux-4.1.27/tools/usb/usbip/
DINSTALL14 configure, build, and install this package. The following
149 `--build=TYPE' option. TYPE can either be a short name for the system
167 platform different from the build platform, you should specify the
187 configure again during the build, and the customized values of these
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
DKconfig16 If you choose to build a module, it'll be called carl9170.
/linux-4.1.27/arch/cris/
DMakefile83 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
/linux-4.1.27/Documentation/networking/
Dregulatory.txt23 a userspace agent build it and send it via nl80211. Only
74 they can build their own regulatory domain based on internal
142 driver and you *need* to use this we let you build a regulatory domain
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
DTODO28 files are present in staging itself, to build for dm365 follow below steps,
/linux-4.1.27/drivers/staging/sm750fb/
Dreadme23 1) if you build the driver with built-in method, the paramter
/linux-4.1.27/Documentation/ja_JP/
DHOWTO121 configure )し、生成(訳注 build )するために必要なことは何かが書かれ
126 このファイルはカーネルをうまく生成(訳注 build )し、走らせるのに最
/linux-4.1.27/arch/arm/mach-sa1100/
DKconfig86 Say Y here if you want to build a kernel for the HP Laboratories
94 Say Y here if you want to build a kernel for the HP Jornada 720
/linux-4.1.27/drivers/media/v4l2-core/
DKconfig34 Enable build of the skeleton PCI driver, used as a reference
/linux-4.1.27/Documentation/power/
Dapm-acpi.txt11 build a kernel with both ACPI and APM enabled (as of 2.3.x ACPI is

123