Home
last modified time | relevance | path

Searched refs:Makefile (Results 1 – 129 of 129) sorted by relevance

/linux-4.4.14/tools/usb/usbip/
D.gitignore1 Makefile
2 Makefile.in
14 libsrc/Makefile
15 libsrc/Makefile.in
19 src/Makefile
20 src/Makefile.in
Dconfigure.ac110 AC_CONFIG_FILES([Makefile libsrc/Makefile src/Makefile])
Dcleanup.sh3 if [ -r Makefile ]; then
DINSTALL20 those values to create a `Makefile' in each directory of the package.
/linux-4.4.14/scripts/
Dmkmakefile13 test ! -r $2/Makefile -o -O $2/Makefile || exit 0
16 if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
24 cat << EOF > $2/Makefile
DMakefile.fwinst16 include $(src)/Makefile
18 include scripts/Makefile.host
DMakefile.modbuiltin24 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
27 include scripts/Makefile.lib
DKbuild.include45 # version.h : Makefile
172 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
175 build := -f $(srctree)/scripts/Makefile.build obj
178 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
181 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
184 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
187 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
190 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
193 clean := -f $(srctree)/scripts/Makefile.clean obj
196 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj=
[all …]
DMakefile.build43 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
53 include scripts/Makefile.lib
57 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
64 include scripts/Makefile.host
77 $(warning kbuild: Makefile.build is included improperly)
DMakefile.modpost54 $(KBUILD_EXTMOD)/Kbuild, $(KBUILD_EXTMOD)/Makefile)
57 include scripts/Makefile.lib
Dpatch-kernel192 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE
202 NAME=`grep ^NAME $sourcedir/Makefile`
DMakefile.dtbinst21 include $(src)/Makefile
DMakefile.clean14 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
/linux-4.4.14/tools/power/cpupower/utils/
Dversion-gen.sh25 eval $(grep '^VERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
26 eval $(grep '^PATCHLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ')
27 eval $(grep '^SUBLEVEL[[:space:]]*=' ../../../Makefile|tr -d ' ')
28 eval $(grep '^EXTRAVERSION[[:space:]]*=' ../../../Makefile|tr -d ' ')
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt52 === 9 Makefile language
60 Makefile the top Makefile.
62 arch/$(ARCH)/Makefile the arch Makefile.
63 scripts/Makefile.* common rules etc. for all kbuild Makefiles.
66 The top Makefile reads the .config file, which comes from the kernel
69 The top Makefile is responsible for building two major products: vmlinux
74 configuration. The top Makefile textually includes an arch Makefile
75 with the name arch/$(ARCH)/Makefile. The arch Makefile supplies
76 architecture-specific information to the top Makefile.
78 Each subdirectory has a kbuild Makefile which carries out the commands
[all …]
Dmodules.txt14 --- 3.1 Shared Makefile
15 --- 3.2 Separate Kbuild file and Makefile
158 The above line can be put in either a "Kbuild" file or a "Makefile."
175 --- 3.1 Shared Makefile
185 --> filename: Makefile
212 --- 3.2 Separate Kbuild File and Makefile
224 --> filename: Makefile
246 --> filename: Makefile
491 #./Kbuild (or ./Makefile):
530 #fs/ext2/Makefile
Dkbuild.txt229 The linker script with full path. Assigned by the top-level Makefile.
Dkconfig-language.txt368 And in lib/Makefile we would see:
/linux-4.4.14/tools/perf/Documentation/
DBuild.txt13 - Makefile
14 top level Makefile working as a wrapper that calls the main
15 Makefile.perf with a -j option to do parallel builds.
17 - Makefile.perf
21 - tools/build/Makefile.build
36 The Makefile.perf triggers the build framework for build objects:
DMakefile1 include ../../scripts/Makefile.include
/linux-4.4.14/tools/build/Documentation/
DBuild.txt21 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)
83 $ make -f tools/build/Makefile.build dir=. obj=ex
84 $ make -f tools/build/Makefile.build dir=. obj=libex
101 Makefile.include
104 The tools/build/Makefile.include makefile could be included
110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
119 The Makefile.include file adds the fixdep target, that could be
/linux-4.4.14/tools/perf/tests/
Dmake5 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile
6 @echo "Testing Makefile.perf"; $(MAKE) -sf tests/make MK=Makefile.perf
8 # run only specific test over 'Makefile'
10 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile $@
15 include config/Makefile.arch
75 # Makefile because we detect clean target in Makefile.perf and
77 ifeq ($(MK),Makefile)
/linux-4.4.14/tools/power/acpi/tools/ec/
DMakefile11 include ../../Makefile.config
17 include ../../Makefile.rules
/linux-4.4.14/
DMakefile129 $(CURDIR)/Makefile Makefile: ; target
142 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
147 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS))
459 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
461 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
512 $(MAKE) -f $(srctree)/Makefile $$i; \
524 include arch/$(SRCARCH)/Makefile
573 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
606 include arch/$(SRCARCH)/Makefile
780 include scripts/Makefile.kasan
[all …]
DREADME394 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
DMAINTAINERS5245 F: drivers/crypto/vmx/Makefile
5257 F: drivers/crypto/nx/Makefile
5268 F: drivers/crypto/nx/Makefile
6022 F: Makefile
6023 F: scripts/Makefile.*
/linux-4.4.14/Documentation/blackfin/
D00-INDEX3 Makefile
4 - Makefile for gptimers example file.
/linux-4.4.14/kernel/debug/kdb/
DMakefile22 $(filter-out %/Makefile,$^) > $@#
24 $(obj)/gen-kdb_cmds.c: $(src)/kdb_cmds $(src)/Makefile
/linux-4.4.14/tools/perf/
DMakefile.perf1 include ../scripts/Makefile.include
165 include config/Makefile
269 -include arch/$(ARCH)/Makefile
310 include $(srctree)/tools/build/Makefile.include
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 …]
DMakefile90 .PHONY: tags TAGS FORCE Makefile
/linux-4.4.14/tools/build/tests/ex/
DMakefile8 include $(srctree)/tools/build/Makefile.include
14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-4.4.14/tools/power/acpi/tools/acpidump/
DMakefile11 include ../../Makefile.config
48 include ../../Makefile.rules
/linux-4.4.14/Documentation/laptops/
D00-INDEX3 Makefile
4 - Makefile for building dslm example program.
/linux-4.4.14/Documentation/spi/
D00-INDEX3 Makefile
4 - Makefile for the example sourcefiles.
/linux-4.4.14/tools/build/
DMakefile6 include $(srctree)/tools//scripts/Makefile.include
26 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
DMakefile.include1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
DMakefile.build116 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
/linux-4.4.14/security/apparmor/
DMakefile66 $(src)/Makefile
69 $(src)/Makefile
/linux-4.4.14/tools/lib/api/
DMakefile1 include ../../scripts/Makefile.include
29 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/arch/um/
DMakefile46 include $(ARCH_DIR)/Makefile-skas
47 include $(HOST_DIR)/Makefile.um
77 include $(ARCH_DIR)/Makefile-os-$(OS)
/linux-4.4.14/drivers/staging/fbtft/
DREADME17 Add to drivers/video/fbdev/Makefile: obj-y += fbtft/
24 Add to drivers/video/Makefile: obj-y += fbtft/
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME22 perl Makefile.PL # to create a Makefile for the next step
28 You can delete the Makefile, object files and anything else that was
/linux-4.4.14/Documentation/powerpc/
Dmpc52xx.txt9 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
Dbootwrapper.txt11 Makefile in that directory has targets for all the available image types.
19 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
103 arch/powerpc/boot/dts/ directory. The Makefile selects the correct device
112 Default images are selected by the boot wrapper Makefile
113 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
114 at the Makefile to see which default image targets are available.
130 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and
/linux-4.4.14/arch/xtensa/
DMakefile74 buildvar := $(shell test -e $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa…
75 buildplf := $(shell test -e $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xten…
/linux-4.4.14/include/
DKbuild1 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.4.14/arch/um/os-Linux/skas/
DMakefile10 include arch/um/scripts/Makefile.rules
/linux-4.4.14/fs/hostfs/
DMakefile11 include arch/um/scripts/Makefile.rules
/linux-4.4.14/scripts/kconfig/
DMakefile105 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
117 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
129 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
229 $(obj)/.tmp_qtcheck: $(src)/Makefile
/linux-4.4.14/fs/nfs/objlayout/
DKbuild2 # Makefile for the pNFS Objects Layout Driver kernel module
/linux-4.4.14/arch/x86/um/os-Linux/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/um/kernel/skas/
DMakefile15 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/um/os-Linux/drivers/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.4.14/tools/power/acpi/
DMakefile11 include ../../scripts/Makefile.include
DMakefile.config11 include ../../../../scripts/Makefile.include
/linux-4.4.14/include/uapi/
DKbuild2 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.4.14/Documentation/cdrom/
D00-INDEX3 Makefile
/linux-4.4.14/tools/perf/util/
Dpython-ext-sources5 # processed by Makefile and util/setup.py accordingly.
/linux-4.4.14/fs/exofs/
DKbuild12 # Kbuild - Gets included from the Kernels Makefile and build system
/linux-4.4.14/Documentation/timers/
D00-INDEX11 Makefile
/linux-4.4.14/arch/um/os-Linux/
DMakefile20 include arch/um/scripts/Makefile.rules
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt26 and a Makefile environment are given here.
33 Makefile. Please note that the EDID data structure expects the timing
/linux-4.4.14/arch/um/kernel/
DMakefile26 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/unicore32/boot/compressed/
DMakefile66 $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/unicore32/boot/Makefile $(KCONFIG_CONFIG)
/linux-4.4.14/arch/x86/um/
DMakefile45 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/cris/boot/compressed/
DREADME6 The kernel object built by the arch/etrax100/Makefile, vmlinux, is split
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt53 [4] Extract this driver's archive somewhere, and edit Makefile, then do make.
56 $ emacs Makefile
Dg_NCR5380.txt16 The drivers/scsi/Makefile has an override in it for the most common
DChangeLog.1992-1997316 * Makefile, u14-34f.c: Modularize.
318 * Makefile, eata.c: Modularize. Now version 1.14
399 * Makefile: Support for loadable QLOGIC boards.
478 * hosts.c, Makefile: Add eata_dma.
489 * Makefile: For source files that are loadable, always add name
546 * Makefile: Add empty modules: target.
1110 * Makefile: Fix typo in NCR53C7xx.
1141 * hosts.c, Makefile: Update for new driver.
1498 * aha152x.c, Makefile: Fix a few bugs (too much data message).
1637 * Makefile: fix so that we do not need to compile things we are
[all …]
DChangeLog.lpfc281 * Makefile cleanup. Use ?= operator for setting default
393 * Small Makefile cleanup - Remove remnants of 2.4 vs. 2.6
624 * Modify Makefile to (1) make BUILD_NO_DEBUG=1 will hide some
632 * Added recognition for BUILD_FC_TRANS=2 to Makefile to define
666 * Update Makefile to account for SLES 9 and scsi-target upstream
949 Makefile.
1097 * Add .tmp_versions directory to Makefile clean target. This
1680 * Minor formatting cleanups in Makefile to avoid some
1687 * Rewrite of Makefile. Fixes breakages with make -j4 during
1784 * Fix Makefile so that 2.4 drivers don't always rebuild all files.
[all …]
Daha152x.txt29 COMPILE TIME CONFIGURATION (go into AHA152X in drivers/scsi/Makefile):
Dosd.txt55 Makefile For both in-tree and out-of-tree compilation
Dtmscsim.txt61 supplied Makefile.
DChangeLog.megaraid428 iii. Module compilation reorder in Makefile so that unresolved symbols do
Dscsi_mid_low_api.txt70 drivers/scsi directory) will need some attention: Makefile and Kconfig .
/linux-4.4.14/Documentation/arm/
D00-INDEX11 Makefile
DREADME16 in the top level Makefile. However, if you don't have the ARM Linux ELF
/linux-4.4.14/arch/arm/boot/
DMakefile15 include $(MACHINE)/Makefile.boot
/linux-4.4.14/tools/lib/lockdep/
DMakefile99 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/tools/lib/bpf/
DMakefile129 include $(srctree)/tools/build/Makefile.include
/linux-4.4.14/arch/ia64/kernel/
DMakefile51 include $(src)/Makefile.gate
/linux-4.4.14/arch/um/drivers/
DMakefile67 include arch/um/scripts/Makefile.rules
/linux-4.4.14/tools/power/cpupower/
DREADME33 needs, you need to open "Makefile" with an editor of your choice and
/linux-4.4.14/tools/virtio/virtio-trace/
DREADME28 Makefile: Makefile of trace agent for virtio-trace
/linux-4.4.14/drivers/char/mwave/
DREADME15 in the Makefile).
/linux-4.4.14/tools/
DMakefile6 include scripts/Makefile.include
/linux-4.4.14/scripts/package/
DMakefile29 TAR_CONTENT := $(KBUILD_ALLDIRS) .config .scmversion Makefile \
/linux-4.4.14/Documentation/filesystems/
D00-INDEX5 Makefile
6 - Makefile for building the filsystems-part of DocBook.
Dexofs.txt44 open-osd/top-level-Makefile for an example.
Dramfs-rootfs-initramfs.txt166 creates a configuration file from that directory (usr/Makefile calls
/linux-4.4.14/tools/perf/config/
DMakefile20 include $(src-perf)/config/Makefile.arch
111 -include $(src-perf)/arch/$(ARCH)/Makefile
186 include $(srctree)/tools/build/Makefile.feature
298 -include $(src-perf)/arch/$(ARCH)/Makefile
/linux-4.4.14/kernel/gcov/
DKconfig17 Makefile:
/linux-4.4.14/Documentation/networking/
Ddl2k.txt68 Makefile. To compile, the Linux installation must include the gcc compiler,
277 in Makefile. For some distributions, there is a copy of header files in
279 INCLUDEDIR in Makefile to /usr/include without installing kernel source.
D00-INDEX13 Makefile
14 - Makefile for docsrc.
DREADME.sb1000187 want to edit the 'Makefile' and look for the 'SB1000_DELAY'
Daltera_tse.txt96 o Makefile
Dcs89x0.txt94 config/Makefile - sample file to include cs89x0 driver in the kernel.
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
DMakefile76 @grep '^## ' Makefile
/linux-4.4.14/tools/lib/traceevent/
DMakefile143 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.4.14/Documentation/input/
Dcs461x.txt24 The patch contains minor changes of Config.in and Makefile files. All
Dyealink.txt25 the Makefile is pointing to the location where your kernel sources
/linux-4.4.14/Documentation/
Dkselftest.txt41 See the top-level tools/testing/selftests/Makefile for the list of all
Dgcov.txt75 similar to the following to the respective kernel Makefile:
193 corresponding Makefile.
Dkernel-doc-nano-HOWTO.txt143 - Makefile
150 - Documentation/DocBook/Makefile
341 collected from files listed in Documentation/DocBook/Makefile.
Dkasan.txt34 similar to the following to the respective kernel Makefile:
Dcoccinelle.txt45 Makefile. This target is named 'coccicheck' and calls the 'coccicheck'
Dsvga.txt18 specified in the kernel Makefile (the SVGA_MODE=... line) or by the "vga=..."
D00-INDEX48 Makefile
Dadding-syscalls.txt228 option in the Makefile (e.g. "obj-$(CONFIG_XYZZY_SYSCALL) += xyzzy.c").
DCodingStyle710 corresponding Makefile; in other cases specific files #define DEBUG. And
/linux-4.4.14/Documentation/DocBook/
DMakefile20 include Documentation/DocBook/media/Makefile
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic79xx56 or modify the assembler Makefile or the files it includes if your
DKconfig.aic7xxx61 or modify the assembler Makefile or the files it includes if your
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
DMakefile85 @grep '^## ' Makefile
/linux-4.4.14/Documentation/phy/
Dsamsung-usb2.txt131 Makefile. In case of Exynos 4210 the added line is following:
/linux-4.4.14/Documentation/hwmon/
Dsubmitting-patches60 * Add the driver to Kconfig and Makefile in alphabetical order.
/linux-4.4.14/arch/powerpc/
DMakefile282 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
/linux-4.4.14/arch/sparc/
DKconfig218 # Makefile helpers
521 # Makefile helpers
/linux-4.4.14/fs/befs/
DChangeLog63 * Makefile fix for independent module when CONFIG_MODVERSION is set in
409 Makefile changes
/linux-4.4.14/Documentation/video4linux/
DREADME.pvrusb271 to link things up with that source tree. Please see the Makefile
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt220 next, this has to be added into arch/sh/Makefile. All boards require a
/linux-4.4.14/Documentation/sound/oss/
DMultiSound1021 76ca8bb44e3882edcf79c97df6c81845 MultiSound.d/Makefile
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt336 you should edit the Makefile with the appropriate optimization flags
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt384 make -f /usr/share/selinux/devel/Makefile
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio233 Find "Makefile" in /moxa/mxser, then run
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt262 to the Makefile under the condition of your CONFIG_
1092 then simply be added to your Makefile. Additionally, the
/linux-4.4.14/Documentation/s390/
DDebugging390.txt725 CFLAGS & LDFLAGS variables Makefile of the program concerned.
729 that there is no -O2 or similar on the CFLAGS line of the Makefile &
/linux-4.4.14/init/
DKconfig638 PREEMPT_RCU implementations, permitting Makefile to
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3876 UM_FASTCALL from CFLAGS in arch/um/Makefile-i386. This will open up