Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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
DKbuild.include45 # version.h : Makefile
168 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
171 build := -f $(srctree)/scripts/Makefile.build obj
174 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
177 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
180 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
183 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
186 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
189 clean := -f $(srctree)/scripts/Makefile.clean obj
192 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj=
[all …]
DMakefile.modbuiltin24 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile)
27 include scripts/Makefile.lib
DMakefile.fwinst16 include $(src)/Makefile
18 include scripts/Makefile.host
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.1.27/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.1.27/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.txt224 The linker script with full path. Assigned by the top-level Makefile.
Dkconfig-language.txt368 And in lib/Makefile we would see:
/linux-4.1.27/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.1.27/
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))
469 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
471 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
522 $(MAKE) -f $(srctree)/Makefile $$i; \
534 include arch/$(SRCARCH)/Makefile
582 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
610 include arch/$(SRCARCH)/Makefile
784 include scripts/Makefile.kasan
[all …]
DREADME394 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
DMAINTAINERS5617 F: Makefile
5618 F: scripts/Makefile.*
/linux-4.1.27/tools/perf/
DMakefile.perf1 include ../scripts/Makefile.include
140 include config/Makefile
233 -include arch/$(ARCH)/Makefile
274 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
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 …]
/linux-4.1.27/Documentation/blackfin/
D00-INDEX3 Makefile
4 - Makefile for gptimers example file.
/linux-4.1.27/kernel/debug/kdb/
DMakefile22 $(filter-out %/Makefile,$^) > $@#
24 $(obj)/gen-kdb_cmds.c: $(src)/kdb_cmds $(src)/Makefile
/linux-4.1.27/tools/build/tests/ex/
DMakefile6 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
11 make -f $(srctree)/tools/build/Makefile.build dir=. $@
/linux-4.1.27/Documentation/spi/
D00-INDEX3 Makefile
4 - Makefile for the example sourcefiles.
/linux-4.1.27/tools/build/Documentation/
DBuild.txt20 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)
80 $ make -f tools/build/Makefile.build dir=. obj=ex
81 $ make -f tools/build/Makefile.build dir=. obj=libex
/linux-4.1.27/Documentation/laptops/
D00-INDEX3 Makefile
4 - Makefile for building dslm example program.
/linux-4.1.27/security/apparmor/
DMakefile66 $(src)/Makefile
69 $(src)/Makefile
/linux-4.1.27/tools/lib/api/
DMakefile1 include ../../scripts/Makefile.include
24 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.1.27/arch/um/
DMakefile46 include $(ARCH_DIR)/Makefile-skas
47 include $(HOST_DIR)/Makefile.um
76 include $(ARCH_DIR)/Makefile-os-$(OS)
/linux-4.1.27/drivers/staging/fbtft/
DREADME17 Add to drivers/video/fbdev/Makefile: obj-y += fbtft/
24 Add to drivers/video/Makefile: obj-y += fbtft/
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/um/os-Linux/skas/
DMakefile10 include arch/um/scripts/Makefile.rules
/linux-4.1.27/include/
DKbuild1 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.1.27/fs/hostfs/
DMakefile11 include arch/um/scripts/Makefile.rules
/linux-4.1.27/fs/nfs/objlayout/
DKbuild2 # Makefile for the pNFS Objects Layout Driver kernel module
/linux-4.1.27/arch/um/kernel/skas/
DMakefile15 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/x86/um/os-Linux/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/um/os-Linux/drivers/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.1.27/include/uapi/
DKbuild2 # Top-level Makefile calls into asm-$(ARCH)
/linux-4.1.27/Documentation/cdrom/
D00-INDEX3 Makefile
/linux-4.1.27/tools/perf/util/
Dpython-ext-sources5 # processed by Makefile and util/setup.py accordingly.
/linux-4.1.27/fs/exofs/
DKbuild12 # Kbuild - Gets included from the Kernels Makefile and build system
/linux-4.1.27/Documentation/timers/
D00-INDEX11 Makefile
/linux-4.1.27/arch/um/os-Linux/
DMakefile20 include arch/um/scripts/Makefile.rules
/linux-4.1.27/scripts/kconfig/
DMakefile112 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
120 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
217 $(obj)/.tmp_qtcheck: $(src)/Makefile
/linux-4.1.27/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.1.27/arch/um/kernel/
DMakefile26 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/unicore32/boot/compressed/
DMakefile66 $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/unicore32/boot/Makefile $(KCONFIG_CONFIG)
/linux-4.1.27/arch/x86/um/
DMakefile45 include arch/um/scripts/Makefile.rules
/linux-4.1.27/arch/cris/boot/compressed/
DREADME6 The kernel object built by the arch/etrax100/Makefile, vmlinux, is split
/linux-4.1.27/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
DChangeLog.megaraid428 iii. Module compilation reorder in Makefile so that unresolved symbols do
Dtmscsim.txt61 supplied Makefile.
Dscsi_mid_low_api.txt70 drivers/scsi directory) will need some attention: Makefile and Kconfig .
/linux-4.1.27/arch/arm/boot/
DMakefile15 include $(MACHINE)/Makefile.boot
/linux-4.1.27/Documentation/arm/
D00-INDEX11 Makefile
DREADME16 in the top level Makefile. However, if you don't have the ARM Linux ELF
/linux-4.1.27/tools/build/
DMakefile.build107 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
/linux-4.1.27/tools/lib/lockdep/
DMakefile97 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.1.27/tools/
DMakefile1 include scripts/Makefile.include
/linux-4.1.27/tools/power/cpupower/
DREADME33 needs, you need to open "Makefile" with an editor of your choice and
/linux-4.1.27/arch/um/drivers/
DMakefile67 include arch/um/scripts/Makefile.rules
/linux-4.1.27/tools/perf/tests/
Dmake2 MK := Makefile
4 include config/Makefile.arch
/linux-4.1.27/tools/virtio/virtio-trace/
DREADME28 Makefile: Makefile of trace agent for virtio-trace
/linux-4.1.27/tools/perf/config/
DMakefile20 include $(src-perf)/config/Makefile.arch
110 -include $(src-perf)/arch/$(ARCH)/Makefile
179 include $(srctree)/tools/build/Makefile.feature
285 -include $(src-perf)/arch/$(ARCH)/Makefile
/linux-4.1.27/scripts/package/
DMakefile31 TAR_CONTENT := $(KBUILD_ALLDIRS) kernel.spec .config .scmversion Makefile \
/linux-4.1.27/drivers/char/mwave/
DREADME15 in the Makefile).
/linux-4.1.27/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.1.27/kernel/gcov/
DKconfig17 Makefile:
/linux-4.1.27/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.1.27/arch/ia64/kernel/
DMakefile54 include $(src)/Makefile.gate
/linux-4.1.27/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.txt36 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
DCodingStyle710 corresponding Makefile; in other cases specific files #define DEBUG. And
/linux-4.1.27/tools/lib/traceevent/
DMakefile136 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/
DMakefile76 @grep '^## ' Makefile
/linux-4.1.27/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.1.27/Documentation/DocBook/
DMakefile20 include Documentation/DocBook/media/Makefile
/linux-4.1.27/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.1.27/arch/cris/include/arch-v32/arch/hwregs/
DMakefile85 @grep '^## ' Makefile
/linux-4.1.27/Documentation/phy/
Dsamsung-usb2.txt131 Makefile. In case of Exynos 4210 the added line is following:
/linux-4.1.27/Documentation/hwmon/
Dsubmitting-patches60 * Add the driver to Kconfig and Makefile in alphabetical order.
/linux-4.1.27/arch/sparc/
DKconfig218 # Makefile helpers
521 # Makefile helpers
/linux-4.1.27/fs/befs/
DChangeLog63 * Makefile fix for independent module when CONFIG_MODVERSION is set in
409 Makefile changes
/linux-4.1.27/Documentation/video4linux/
DREADME.pvrusb271 to link things up with that source tree. Please see the Makefile
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt220 next, this has to be added into arch/sh/Makefile. All boards require a
/linux-4.1.27/Documentation/sound/oss/
DMultiSound1021 76ca8bb44e3882edcf79c97df6c81845 MultiSound.d/Makefile
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt384 make -f /usr/share/selinux/devel/Makefile
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt336 you should edit the Makefile with the appropriate optimization flags
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio233 Find "Makefile" in /moxa/mxser, then run
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt262 to the Makefile under the condition of your CONFIG_
1088 then simply be added to your Makefile. Additionally, the
/linux-4.1.27/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.1.27/init/
DKconfig661 PREEMPT_RCU implementations, permitting Makefile to
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3876 UM_FASTCALL from CFLAGS in arch/um/Makefile-i386. This will open up