Home
last modified time | relevance | path

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

123

/linux-4.4.14/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.4.14/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.
18 The build framework consists of 2 Makefiles:
21 Makefile.build
24 'Makefile.build' file is the makefile used from the outside. It's
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.
[all …]
/linux-4.4.14/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.4.14/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.4.14/tools/perf/
DMakefile.perf310 include $(srctree)/tools/build/Makefile.include
313 $(Q)$(MAKE) $(build)=perf
320 $(Q)$(MAKE) $(build)=gtk
360 build-dir = $(if $(__build-dir),$(__build-dir),.)
365 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
368 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
371 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
374 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
377 $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@
380 $(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.4.14/tools/build/tests/ex/
DMakefile8 include $(srctree)/tools/build/Makefile.include
14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
17 make $(build)=ex
20 make $(build)=libex
/linux-4.4.14/tools/build/
DMakefile.build22 build-dir := $(srctree)/tools/build
26 fixdep := $(build-dir)/fixdep
32 include $(build-dir)/Build.include
46 build-file := $(dir)/Build
47 -include $(build-file)
116 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
DMakefile.include1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
7 $(Q)$(MAKE) -C $(srctree)/tools/build fixdep
DMakefile26 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
36 $(Q)$(MAKE) $(build)=fixdep
/linux-4.4.14/arch/arm64/
DMakefile15 OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
85 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
88 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
91 $(Q)$(MAKE) $(build)=$(boot) $@
94 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
99 $(Q)$(MAKE) $(build)=$(boot)/dts
106 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
DKconfig.debug40 bool "Randomize TEXT_OFFSET at build time"
43 of the kernel to be randomized at build-time. When selected,
45 build of the kernel, and the offset will be reflected in the
/linux-4.4.14/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-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-recheck.sh50 parse-build.sh $i/Make.out $configfile
66 parse-build.sh $i/Make.out $configfile
Dkvm-build.sh67 echo Kernel build error
Dconfiginit.sh54 echo Bad build directory: \"$builddir\"
/linux-4.4.14/
DMakefile439 $(Q)$(MAKE) $(build)=scripts/basic
528 $(Q)$(MAKE) $(build)=scripts/kconfig $@
531 $(Q)$(MAKE) $(build)=scripts/kconfig $@
545 $(Q)$(MAKE) $(build)=$(@)
791 $(call cc-ldoption, -Wl$(comma)--build-id,))
922 $(Q)$(MAKE) $(build)=samples
925 $(Q)$(MAKE) $(build)=Documentation
944 $(Q)$(MAKE) $(build)=$@
987 $(Q)$(MAKE) $(build)=.
1052 $(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.4.14/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.4.14/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:
82 * Don't break the build on any architecture, and
DChanges62 You will need GNU make 3.80 or later to build the kernel.
76 File::Basename, and File::Find to build the kernel.
81 You will need bc to build kernels 3.10 and higher
90 You will need openssl to build kernels 3.7 and higher if module signing is
91 enabled. You will also need openssl development packages to build kernels 4.3
128 It is generally preferred to build the kernel with CONFIG_KALLSYMS so
131 is not build with CONFIG_KALLSYMS and you have no way to rebuild and
Dmodule-signing.txt70 modules_install phase of a build. If this is off, then the modules must
104 PKCS#11 token requries a PIN, this can be provided at build time by
115 packages to the kernel build processes for the tool that does the signing.
124 used to check it. The private key is only needed during the build, after which
130 default, the kernel build will automatically generate a new keypair using
DSubmitChecklist24 or some other build farm.
59 13: Has been build- and runtime tested with and without CONFIG_SMP and
/linux-4.4.14/drivers/iio/accel/
DKconfig14 Say Y here if you want to build a driver for the Bosch BMA180 or
28 Say yes here to build support for the following Bosch accelerometers:
51 Say yes here to build support for the HID SENSOR
65 Say yes here to build support for STMicroelectronics accelerometers:
91 Say yes here to build support for the Kionix KXSD9 accelerometer.
103 Say Y here if you want to build a driver for the Kionix KXCJK-1013
116 Say yes here to build support for the following Freescale 3-axis
131 Say yes here to build support for the Freescale MMA9551L
142 Say yes here to build support for the Freescale MMA9553L
155 Say yes here to build support for the Memsic MXC4005XC 3-axis
[all …]
/linux-4.4.14/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.4.14/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.4.14/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 Specialties
68 Say Y here to build I2C bus support for MS5611.
77 Say Y here to build SPI bus support for MS5611.
103 Say yes here to build support for STMicroelectronics pressure
128 Say yes here to build support for the EPCOS T5403 pressure sensor
/linux-4.4.14/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.4.14/drivers/net/wireless/realtek/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.4.14/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
61 Say yes here to build support for BOSCH BMG160 Tri-axis Gyro Sensor
84 Say yes here to build support for the HID SENSOR
95 Say yes here to build support for STMicroelectronics gyroscopes:
/linux-4.4.14/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
212 gcc -W... options for more extensive build-time checking.
219 is the output of the date command at one point during build.
/linux-4.4.14/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.4.14/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.4.14/drivers/iio/adc/
DKconfig20 Say yes here to build support for Analog Devices AD7265 and AD7266
30 Say yes here to build support for Analog Devices AD7291
42 Say yes here to build support for Analog Devices AD7298
54 Say yes here to build support for Analog Devices AD7273, AD7274, AD7276,
66 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,
89 Say yes here to build support for Analog Devices
101 Say yes here to build support for Analog Devices
113 Say yes here to build support for Analog Devices:
129 Say yes here to build support for Atmel AT91 ADC.
[all …]
/linux-4.4.14/drivers/net/wireless/mwifiex/
DKconfig8 If you choose to build it as a module, it will be called
20 If you choose to build it as a module, it will be called
32 If you choose to build it as a module, it will be called
43 If you choose to build it as a module, it will be called
/linux-4.4.14/arch/s390/
DMakefile113 $(Q)$(MAKE) $(build)=$(boot) $@
116 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
119 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
122 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
123 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.4.14/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.4.14/drivers/iio/magnetometer/
DKconfig13 Say yes here to build support for Asahi Kasei AK8975, AK8963,
34 Say yes here to build support for the BMC150 magnetometer.
51 Say yes here to build support for the Freescale MAG3110 3-Axis
65 Say yes here to build support for the HID SENSOR
73 Say yes here to build support for the MEMSIC MMC35240 3-axis
87 Say yes here to build support for STMicroelectronics magnetometers:
/linux-4.4.14/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.4.14/drivers/iio/light/
DKconfig15 Say Y here if you want to build a driver for the ACPI0008
37 Say Y here if you want to build a driver for the Dyna Image AL3320A
47 Say Y here if you want to build a driver for the Avago APDS9300
60 Say Y here to build I2C interface support for the Avago
70 Say Y here to build support for the ROHM BH1710, BH1715, BH1721,
102 Say Y here if you want to build a driver for Capella CM3323
139 Say Y here if you want to build a driver for the Intersil ISL29125
153 Say yes here to build support for the HID SENSOR
167 Say yes here to build support for the HID SENSOR
178 Say Y here if you want to build a IIO driver for JSA1212
[all …]
/linux-4.4.14/arch/x86/
DMakefile193 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
199 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
203 $(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
249 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
251 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
256 $(Q)$(MAKE) $(build)=$(boot) $@
260 $(Q)$(MAKE) $(build)=$(boot) $@
264 $(Q)$(MAKE) $(build)=arch/x86/entry/vdso $@
/linux-4.4.14/tools/lib/traceevent/
DMakefile143 build := -f $(srctree)/tools/build/Makefile.build dir=. obj macro
172 $(Q)$(MAKE) $(build)=libtraceevent
189 $(Q)$(MAKE) $(build)=$(plugin_obj)
/linux-4.4.14/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.4.14/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.4.14/drivers/iio/proximity/
DKconfig13 Say Y here to build SPI interface support for the Austrian
29 Say Y to build a driver for PulsedLight LIDAR range finding
42 Say Y here to build a driver for Semtech's SX9500 capacitive
/linux-4.4.14/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.4.14/arch/metag/
DMakefile69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
72 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
75 $(Q)$(MAKE) $(build)=$(boot)/dts
/linux-4.4.14/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.4.14/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.4.14/net/mac80211/
Dtx.c2423 struct ieee80211_fast_tx build = {}, *fast_tx = NULL, *old; in ieee80211_check_fast_xmit() local
2426 struct ieee80211_hdr *hdr = (void *)build.hdr; in ieee80211_check_fast_xmit()
2474 build.band = chanctx_conf->def.chan->band; in ieee80211_check_fast_xmit()
2482 build.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_xmit()
2483 build.sa_offs = offsetof(struct ieee80211_hdr, addr2); in ieee80211_check_fast_xmit()
2485 build.hdr_len = 24; in ieee80211_check_fast_xmit()
2490 build.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_xmit()
2491 build.sa_offs = offsetof(struct ieee80211_hdr, addr2); in ieee80211_check_fast_xmit()
2493 build.hdr_len = 24; in ieee80211_check_fast_xmit()
2504 build.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_xmit()
[all …]
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/xtensa/
DMakefile99 $(Q)$(MAKE) $(build)=$(boot) $@
102 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
105 $(Q)$(MAKE) $(build)=$(boot)/dts
/linux-4.4.14/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.4.14/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.4.14/tools/lib/bpf/
DMakefile129 include $(srctree)/tools/build/Makefile.include
143 $(Q)$(MAKE) $(build)=libbpf
178 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null
/linux-4.4.14/arch/arm/
DMakefile313 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
327 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
330 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
333 $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
338 $(Q)$(MAKE) $(build)=$(boot)/dts
346 $(Q)$(MAKE) $(build)=arch/arm/vdso $@
354 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
355 i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
/linux-4.4.14/arch/xtensa/boot/
DMakefile32 $(Q)$(MAKE) $(build)=$(obj)/$@ $(MAKECMDGOALS)
34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
/linux-4.4.14/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.4.14/arch/unicore32/
DMakefile21 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S
51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.4.14/arch/arc/
DMakefile118 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
121 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
124 $(Q)$(MAKE) $(build)=$(boot)/dts
/linux-4.4.14/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.4.14/drivers/iio/humidity/
DKconfig19 Say yes here to build support for the TI HDC100x series of
42 Say yes here to build support for the Silabs Si7005 relative
52 Say yes here to build support for the Silicon Labs Si7013/20/21
/linux-4.4.14/arch/powerpc/
DMakefile263 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
265 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
269 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
272 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
336 $(Q)$(MAKE) $(build)=$(boot) install
340 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@
342 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
/linux-4.4.14/arch/c6x/
DMakefile50 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
53 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
/linux-4.4.14/net/wireless/
Ddb.txt2 # This file is a placeholder to prevent accidental build breakage if someone
4 # enable that build option.
/linux-4.4.14/tools/lib/api/
DMakefile29 include $(srctree)/tools/build/Makefile.include
34 @$(MAKE) $(build)=libapi
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/alpha/
DMakefile56 $(Q)$(MAKE) $(build)=$(boot) $@
59 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.4.14/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.4.14/arch/mips/
DMakefile319 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \
346 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
352 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
367 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
371 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
380 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32"
384 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32"
/linux-4.4.14/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.4.14/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.4.14/drivers/nfc/pn544/
DKconfig17 If you choose to build a module, it'll be called pn544_i2c.
29 If you choose to build a module, it'll be called pn544_mei.
/linux-4.4.14/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.4.14/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.4.14/drivers/nfc/microread/
DKconfig18 If you choose to build a module, it'll be called microread_i2c.
30 If you choose to build a module, it'll be called microread_mei.
/linux-4.4.14/arch/sparc/
DMakefile69 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
72 $(Q)$(MAKE) $(build)=$(boot) $@
/linux-4.4.14/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.4.14/drivers/nfc/st-nci/
DKconfig22 If you choose to build a module, it'll be called st-nci_i2c.
33 If you choose to build a module, it'll be called st-nci_spi.
/linux-4.4.14/arch/arm/boot/
DMakefile52 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
84 $(Q)$(MAKE) $(build)=$(obj)/bootp $@
/linux-4.4.14/tools/lib/lockdep/
DMakefile99 include $(srctree)/tools/build/Makefile.include
119 $(Q)$(MAKE) $(build)=liblockdep
/linux-4.4.14/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.4.14/arch/x86/boot/tools/
D.gitignore1 build
/linux-4.4.14/arch/avr32/
DMakefile64 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
67 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
/linux-4.4.14/scripts/
DKbuild.include172 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
174 # $(Q)$(MAKE) $(build)=dir
175 build := -f $(srctree)/scripts/Makefile.build obj
272 # why - tell why a a target got build
281 # (1) PHONY targets are always build
282 # (2) No target, so we better build it
329 # tree but not the build tree, define FOO_SRCPREFIX as $(srctree)/ to
/linux-4.4.14/Documentation/usb/
Dlinux.inf36 ; References the in-build Netrndis.inf
59 ; No sys copyfiles - the sys files are already in-build
/linux-4.4.14/arch/m32r/boot/
DMakefile18 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.4.14/arch/x86/realmode/
DMakefile18 $(Q)$(MAKE) $(build)=$(obj)/rm $@
/linux-4.4.14/drivers/staging/vt6655/
Ddevice_cfg.h36 unsigned char build; member
Dtest1 KSP := /lib/modules/$(shell uname -r)/build \
/linux-4.4.14/arch/mn10300/boot/
DMakefile28 $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
/linux-4.4.14/drivers/iio/chemical/
DKconfig11 Say Y here to build I2C interface support for the SGX
/linux-4.4.14/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.4.14/arch/sh/boot/
DMakefile40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
47 $(Q)$(MAKE) $(build)=$(obj)/romimage $@
/linux-4.4.14/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.4.14/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.4.14/drivers/isdn/sc/
DKconfig7 To build it, choose M here: the module will be called sc.
/linux-4.4.14/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.4.14/drivers/clk/samsung/
DKconfig16 Temporary symbol to build the dclk driver based on the common clock
/linux-4.4.14/arch/unicore32/boot/
DMakefile21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.4.14/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.4.14/tools/power/cpupower/debug/kernel/
DMakefile3 KDIR := /lib/modules/$(shell uname -r)/build
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.c494 u32 api_ver, hdr_size, build; in iwl_parse_v1_v2_firmware() local
508 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
527 build = 0; in iwl_parse_v1_v2_firmware()
540 if (build) in iwl_parse_v1_v2_firmware()
541 sprintf(buildstr, " build %u%s", build, in iwl_parse_v1_v2_firmware()
604 u32 build, paging_mem_size; in iwl_parse_tlv_firmware() local
624 build = le32_to_cpu(ucode->build); in iwl_parse_tlv_firmware()
626 if (build) in iwl_parse_tlv_firmware()
627 sprintf(buildstr, " build %u%s", build, in iwl_parse_tlv_firmware()
Diwl-fw-file.h84 __le32 build; /* build number */ member
166 __le32 build; member
/linux-4.4.14/drivers/staging/emxx_udc/
DKconfig8 Say "y" to link the driver statically, or "m" to build a
/linux-4.4.14/arch/s390/boot/
DMakefile22 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.4.14/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.4.14/drivers/staging/iio/impedance-analyzer/
DKconfig12 Say yes here to build support for Analog Devices Impedance Converter,
/linux-4.4.14/drivers/iio/amplifiers/
DKconfig13 Say yes here to build support for Analog Devices AD8366
/linux-4.4.14/drivers/iio/potentiometer/
DKconfig12 Say yes here to build support for the Microchip
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
DKconfig8 If you choose to build a module, it'll be called wcn36xx.
/linux-4.4.14/arch/score/
DMakefile35 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
DKconfig.debug15 some command-line options at build time by entering them here. In
/linux-4.4.14/drivers/staging/iio/gyro/
DKconfig10 Say Y (yes) here to build support for Analog Devices adis16060 wide bandwidth
/linux-4.4.14/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.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_fw_hdr.h98 u8 build; member
/linux-4.4.14/net/irda/ircomm/
DKconfig5 Say Y here if you want to build support for the IrCOMM protocol.
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/h8300/boot/
DMakefile21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.4.14/arch/xtensa/boot/boot-elf/
DMakefile30 --build-id=none \
/linux-4.4.14/fs/exofs/
DKbuild12 # Kbuild - Gets included from the Kernels Makefile and build system
/linux-4.4.14/drivers/usb/renesas_usbhs/
DKconfig16 Say "y" to link the driver statically, or "m" to build a
/linux-4.4.14/net/nfc/hci/
DKconfig6 Say Y here if you want to build support for a kernel NFC HCI
/linux-4.4.14/drivers/clocksource/
DKconfig248 This enables build of a clocksource and clockevent driver for
258 This enables build of a clockevent driver for the Multi-Function
268 This enables build of a clocksource and clockevent driver for
277 This enables build of a clocksource and clockevent driver for
/linux-4.4.14/drivers/staging/wilc1000/
DTODO7 - make spi and sdio components coexist in one build
/linux-4.4.14/fs/jffs2/
DMakefile10 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
/linux-4.4.14/tools/power/cpupower/
D.gitignore5 build/ccdv
/linux-4.4.14/net/irda/irlan/
DKconfig5 Say Y here if you want to build support for the IrLAN protocol.
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
DKconfig9 Say "y" here to link the driver statically, or "m" to build a dynamically
/linux-4.4.14/net/irda/irnet/
DKconfig5 Say Y here if you want to build support for the IrNET protocol.
/linux-4.4.14/arch/arc/boot/
DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-4.4.14/Documentation/spi/
D00-INDEX10 - PXA2xx SPI master controller build by spi_message fifo wq
/linux-4.4.14/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.4.14/arch/blackfin/
DMakefile151 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/linux-4.4.14/arch/microblaze/boot/
DMakefile7 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/linux-4.4.14/drivers/iio/common/ssp_sensors/
DKconfig12 Say yes here to build commons for SSP sensors.
/linux-4.4.14/drivers/nfc/st21nfca/
DKconfig22 If you choose to build a module, it'll be called st21nfca_i2c.
/linux-4.4.14/drivers/nfc/fdp/
DKconfig22 If you choose to build a module, it'll be called fdp_i2c.
/linux-4.4.14/arch/frv/boot/
DMakefile20 OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment
/linux-4.4.14/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.4.14/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.4.14/arch/m32r/
DMakefile53 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/linux-4.4.14/net/ieee802154/
DKconfig25 for 802.15.4 dataframes. Also RAW socket interface to build MAC
/linux-4.4.14/arch/nios2/boot/
DMakefile32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig16 Select to build the driver supporting the:
42 Select to build the driver supporting the:
/linux-4.4.14/drivers/staging/fbtft/
DREADME26 Enable driver(s) in menuconfig and build the kernel
/linux-4.4.14/arch/m68k/kernel/
Dvmlinux-nommu.lds6 * This linker script is equipped to build either ROM loaded or RAM
/linux-4.4.14/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.4.14/drivers/net/ieee802154/
Datusb.c544 char build[ATUSB_BUILD_SIZE + 1]; in atusb_get_and_show_build() local
549 build, ATUSB_BUILD_SIZE, 1000); in atusb_get_and_show_build()
551 build[ret] = 0; in atusb_get_and_show_build()
552 dev_info(&usb_dev->dev, "Firmware: build %s\n", build); in atusb_get_and_show_build()
/linux-4.4.14/Documentation/ko_KR/
Dstable_api_nonsense.txt83 - 커널내에 메모리는 build optoin들에 따라 다른 방법으로 align될수
/linux-4.4.14/arch/avr32/boot/images/
DMakefile11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
DKconfig9 If you choose to build a module, it'll be called ath10k.
/linux-4.4.14/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.4.14/scripts/package/
Dbuilddeb32 dpkg --build "$pdir" ..
345 This is useful for people who need to build external modules
413 build:
/linux-4.4.14/drivers/soc/versatile/
Dsoc-realview.c92 __ATTR(build, S_IRUGO, realview_get_build, NULL);
Dsoc-integrator.c101 __ATTR(build, S_IRUGO, integrator_get_build, NULL);
/linux-4.4.14/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.4.14/drivers/net/wireless/
Dat76c50x-usb.h317 u8 build; member
341 u8 build; /* firmware build number */ member
/linux-4.4.14/arch/powerpc/platforms/82xx/
DKconfig61 this option means that you wish to build a kernel for a machine with
/linux-4.4.14/Documentation/arm/
D00-INDEX12 - Build sourcefiles as part of the Documentation-build for arm
/linux-4.4.14/arch/m68k/
DKconfig.debug33 Enable debugging symbols on kernel build.
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
DKconfig14 If you choose to build it as a module, it will be called
/linux-4.4.14/arch/arm/vdso/
DMakefile16 VDSO_LDFLAGS += $(call cc-ldoption, -Wl$(comma)--build-id)
/linux-4.4.14/arch/arm/mach-ux500/
DKconfig65 At least one platform needs to be selected in order to build
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/brocade/bna/
Dbfi.h246 u8 build; member
254 u8 build;
/linux-4.4.14/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.4.14/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.4.14/arch/cris/
DMakefile83 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
DKconfig16 If you choose to build a module, it'll be called carl9170.

123