/linux-4.4.14/tools/usb/usbip/ |
D | .gitignore | 1 Makefile 2 Makefile.in 14 libsrc/Makefile 15 libsrc/Makefile.in 19 src/Makefile 20 src/Makefile.in
|
D | configure.ac | 110 AC_CONFIG_FILES([Makefile libsrc/Makefile src/Makefile])
|
D | cleanup.sh | 3 if [ -r Makefile ]; then
|
D | INSTALL | 20 those values to create a `Makefile' in each directory of the package.
|
/linux-4.4.14/scripts/ |
D | mkmakefile | 13 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
|
D | Makefile.fwinst | 16 include $(src)/Makefile 18 include scripts/Makefile.host
|
D | Makefile.modbuiltin | 24 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile) 27 include scripts/Makefile.lib
|
D | Kbuild.include | 45 # 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 …]
|
D | Makefile.build | 43 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)
|
D | Makefile.modpost | 54 $(KBUILD_EXTMOD)/Kbuild, $(KBUILD_EXTMOD)/Makefile) 57 include scripts/Makefile.lib
|
D | patch-kernel | 192 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE 202 NAME=`grep ^NAME $sourcedir/Makefile`
|
D | Makefile.dtbinst | 21 include $(src)/Makefile
|
D | Makefile.clean | 14 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)
|
/linux-4.4.14/tools/power/cpupower/utils/ |
D | version-gen.sh | 25 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/ |
D | makefiles.txt | 52 === 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 …]
|
D | modules.txt | 14 --- 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
|
D | kbuild.txt | 229 The linker script with full path. Assigned by the top-level Makefile.
|
D | kconfig-language.txt | 368 And in lib/Makefile we would see:
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Build.txt | 13 - 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:
|
D | Makefile | 1 include ../../scripts/Makefile.include
|
/linux-4.4.14/tools/build/Documentation/ |
D | Build.txt | 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) 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/ |
D | make | 5 @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/ |
D | Makefile | 11 include ../../Makefile.config 17 include ../../Makefile.rules
|
/linux-4.4.14/ |
D | Makefile | 129 $(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 …]
|
D | README | 394 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
|
D | MAINTAINERS | 5245 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/ |
D | 00-INDEX | 3 Makefile 4 - Makefile for gptimers example file.
|
/linux-4.4.14/kernel/debug/kdb/ |
D | Makefile | 22 $(filter-out %/Makefile,$^) > $@# 24 $(obj)/gen-kdb_cmds.c: $(src)/kdb_cmds $(src)/Makefile
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 1 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 …]
|
D | Makefile | 90 .PHONY: tags TAGS FORCE Makefile
|
/linux-4.4.14/tools/build/tests/ex/ |
D | Makefile | 8 include $(srctree)/tools/build/Makefile.include 14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
|
/linux-4.4.14/tools/power/acpi/tools/acpidump/ |
D | Makefile | 11 include ../../Makefile.config 48 include ../../Makefile.rules
|
/linux-4.4.14/Documentation/laptops/ |
D | 00-INDEX | 3 Makefile 4 - Makefile for building dslm example program.
|
/linux-4.4.14/Documentation/spi/ |
D | 00-INDEX | 3 Makefile 4 - Makefile for the example sourcefiles.
|
/linux-4.4.14/tools/build/ |
D | Makefile | 6 include $(srctree)/tools//scripts/Makefile.include 26 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|
D | Makefile.include | 1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|
D | Makefile.build | 116 $(Q)$(MAKE) -f $(build-dir)/Makefile.build dir=$(dir)/$@ obj=$(obj)
|
/linux-4.4.14/security/apparmor/ |
D | Makefile | 66 $(src)/Makefile 69 $(src)/Makefile
|
/linux-4.4.14/tools/lib/api/ |
D | Makefile | 1 include ../../scripts/Makefile.include 29 include $(srctree)/tools/build/Makefile.include
|
/linux-4.4.14/arch/um/ |
D | Makefile | 46 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/ |
D | README | 17 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/ |
D | README | 22 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/ |
D | mpc52xx.txt | 9 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
|
D | bootwrapper.txt | 11 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/ |
D | Makefile | 74 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/ |
D | Kbuild | 1 # Top-level Makefile calls into asm-$(ARCH)
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | Makefile | 10 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/fs/hostfs/ |
D | Makefile | 11 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/scripts/kconfig/ |
D | Makefile | 105 $(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/ |
D | Kbuild | 2 # Makefile for the pNFS Objects Layout Driver kernel module
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | Makefile | 13 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | Makefile | 15 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
D | Makefile | 13 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile | 11 include ../../scripts/Makefile.include
|
D | Makefile.config | 11 include ../../../../scripts/Makefile.include
|
/linux-4.4.14/include/uapi/ |
D | Kbuild | 2 # Top-level Makefile calls into asm-$(ARCH)
|
/linux-4.4.14/Documentation/cdrom/ |
D | 00-INDEX | 3 Makefile
|
/linux-4.4.14/tools/perf/util/ |
D | python-ext-sources | 5 # processed by Makefile and util/setup.py accordingly.
|
/linux-4.4.14/fs/exofs/ |
D | Kbuild | 12 # Kbuild - Gets included from the Kernels Makefile and build system
|
/linux-4.4.14/Documentation/timers/ |
D | 00-INDEX | 11 Makefile
|
/linux-4.4.14/arch/um/os-Linux/ |
D | Makefile | 20 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/Documentation/EDID/ |
D | HOWTO.txt | 26 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/ |
D | Makefile | 26 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | Makefile | 66 $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/unicore32/boot/Makefile $(KCONFIG_CONFIG)
|
/linux-4.4.14/arch/x86/um/ |
D | Makefile | 45 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | README | 6 The kernel object built by the arch/etrax100/Makefile, vmlinux, is split
|
/linux-4.4.14/Documentation/scsi/ |
D | NinjaSCSI.txt | 53 [4] Extract this driver's archive somewhere, and edit Makefile, then do make. 56 $ emacs Makefile
|
D | g_NCR5380.txt | 16 The drivers/scsi/Makefile has an override in it for the most common
|
D | ChangeLog.1992-1997 | 316 * 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 …]
|
D | ChangeLog.lpfc | 281 * 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 …]
|
D | aha152x.txt | 29 COMPILE TIME CONFIGURATION (go into AHA152X in drivers/scsi/Makefile):
|
D | osd.txt | 55 Makefile For both in-tree and out-of-tree compilation
|
D | tmscsim.txt | 61 supplied Makefile.
|
D | ChangeLog.megaraid | 428 iii. Module compilation reorder in Makefile so that unresolved symbols do
|
D | scsi_mid_low_api.txt | 70 drivers/scsi directory) will need some attention: Makefile and Kconfig .
|
/linux-4.4.14/Documentation/arm/ |
D | 00-INDEX | 11 Makefile
|
D | README | 16 in the top level Makefile. However, if you don't have the ARM Linux ELF
|
/linux-4.4.14/arch/arm/boot/ |
D | Makefile | 15 include $(MACHINE)/Makefile.boot
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 99 include $(srctree)/tools/build/Makefile.include
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 129 include $(srctree)/tools/build/Makefile.include
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile | 51 include $(src)/Makefile.gate
|
/linux-4.4.14/arch/um/drivers/ |
D | Makefile | 67 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/tools/power/cpupower/ |
D | README | 33 needs, you need to open "Makefile" with an editor of your choice and
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | README | 28 Makefile: Makefile of trace agent for virtio-trace
|
/linux-4.4.14/drivers/char/mwave/ |
D | README | 15 in the Makefile).
|
/linux-4.4.14/tools/ |
D | Makefile | 6 include scripts/Makefile.include
|
/linux-4.4.14/scripts/package/ |
D | Makefile | 29 TAR_CONTENT := $(KBUILD_ALLDIRS) .config .scmversion Makefile \
|
/linux-4.4.14/Documentation/filesystems/ |
D | 00-INDEX | 5 Makefile 6 - Makefile for building the filsystems-part of DocBook.
|
D | exofs.txt | 44 open-osd/top-level-Makefile for an example.
|
D | ramfs-rootfs-initramfs.txt | 166 creates a configuration file from that directory (usr/Makefile calls
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 20 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/ |
D | Kconfig | 17 Makefile:
|
/linux-4.4.14/Documentation/networking/ |
D | dl2k.txt | 68 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.
|
D | 00-INDEX | 13 Makefile 14 - Makefile for docsrc.
|
D | README.sb1000 | 187 want to edit the 'Makefile' and look for the 'SB1000_DELAY'
|
D | altera_tse.txt | 96 o Makefile
|
D | cs89x0.txt | 94 config/Makefile - sample file to include cs89x0 driver in the kernel.
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | Makefile | 76 @grep '^## ' Makefile
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 143 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 24 The patch contains minor changes of Config.in and Makefile files. All
|
D | yealink.txt | 25 the Makefile is pointing to the location where your kernel sources
|
/linux-4.4.14/Documentation/ |
D | kselftest.txt | 41 See the top-level tools/testing/selftests/Makefile for the list of all
|
D | gcov.txt | 75 similar to the following to the respective kernel Makefile: 193 corresponding Makefile.
|
D | kernel-doc-nano-HOWTO.txt | 143 - Makefile 150 - Documentation/DocBook/Makefile 341 collected from files listed in Documentation/DocBook/Makefile.
|
D | kasan.txt | 34 similar to the following to the respective kernel Makefile:
|
D | coccinelle.txt | 45 Makefile. This target is named 'coccicheck' and calls the 'coccicheck'
|
D | svga.txt | 18 specified in the kernel Makefile (the SVGA_MODE=... line) or by the "vga=..."
|
D | 00-INDEX | 48 Makefile
|
D | adding-syscalls.txt | 228 option in the Makefile (e.g. "obj-$(CONFIG_XYZZY_SYSCALL) += xyzzy.c").
|
D | CodingStyle | 710 corresponding Makefile; in other cases specific files #define DEBUG. And
|
/linux-4.4.14/Documentation/DocBook/ |
D | Makefile | 20 include Documentation/DocBook/media/Makefile
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 56 or modify the assembler Makefile or the files it includes if your
|
D | Kconfig.aic7xxx | 61 or modify the assembler Makefile or the files it includes if your
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 85 @grep '^## ' Makefile
|
/linux-4.4.14/Documentation/phy/ |
D | samsung-usb2.txt | 131 Makefile. In case of Exynos 4210 the added line is following:
|
/linux-4.4.14/Documentation/hwmon/ |
D | submitting-patches | 60 * Add the driver to Kconfig and Makefile in alphabetical order.
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 282 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 218 # Makefile helpers 521 # Makefile helpers
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 63 * Makefile fix for independent module when CONFIG_MODVERSION is set in 409 Makefile changes
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.pvrusb2 | 71 to link things up with that source tree. Please see the Makefile
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 220 next, this has to be added into arch/sh/Makefile. All boards require a
|
/linux-4.4.14/Documentation/sound/oss/ |
D | MultiSound | 1021 76ca8bb44e3882edcf79c97df6c81845 MultiSound.d/Makefile
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 336 you should edit the Makefile with the appropriate optimization flags
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 384 make -f /usr/share/selinux/devel/Makefile
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 233 Find "Makefile" in /moxa/mxser, then run
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 262 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/ |
D | Debugging390.txt | 725 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/ |
D | Kconfig | 638 PREEMPT_RCU implementations, permitting Makefile to
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3876 UM_FASTCALL from CFLAGS in arch/um/Makefile-i386. This will open up
|