/linux-4.4.14/tools/testing/ktest/examples/ |
D | crosstests.conf | 78 … PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make ARCH=${ARCH} 93 TEST_NAME = ${ARCH} ${CROSS} 102 ARCH = alpha 107 ARCH = arm 112 ARCH = blackfin 118 ARCH = cris 123 ARCH = cris 128 ARCH = ia64 133 ARCH = frv 139 ARCH = m68k [all …]
|
D | snowball.conf | 15 …2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
|
/linux-4.4.14/arch/blackfin/ |
D | Makefile | 111 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/ 115 core-y += arch/$(ARCH)/mach-$(MACHINE)/ 116 core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/ 120 core-y += arch/$(ARCH)/kernel/cplb-mpu/ 122 core-y += arch/$(ARCH)/kernel/cplb-nompu/ 125 drivers-$(CONFIG_OPROFILE) += arch/$(ARCH)/oprofile/ 127 libs-y += arch/$(ARCH)/lib/ 131 KBUILD_CFLAGS += -Iarch/$(ARCH)/include/ 132 KBUILD_CFLAGS += -Iarch/$(ARCH)/mach-$(MACHINE)/include 137 arch/$(ARCH)/kernel/asm-offsets.s \ [all …]
|
/linux-4.4.14/tools/testing/selftests/ipc/ |
D | Makefile | 2 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/) macro 3 ifeq ($(ARCH),i386) 4 ARCH := x86 macro 7 ifeq ($(ARCH),x86_64) 8 ARCH := x86 macro
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile.arch | 1 ifndef ARCH 2 ARCH := $(shell uname -m 2>/dev/null || echo not) 5 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
|
D | Makefile | 22 $(call detected_var,ARCH) 27 ifeq ($(ARCH),x86) 40 ifeq ($(ARCH),arm) 45 ifeq ($(ARCH),arm64) 58 ifneq ($(ARCH),$(filter $(ARCH),x86 arm)) 109 FEATURE_CHECK_CFLAGS-bpf = -I. -I$(srctree)/tools/include -I$(srctree)/arch/$(ARCH)/include/uapi -I… 111 -include $(src-perf)/arch/$(ARCH)/Makefile 199 CFLAGS += -I$(src-perf)/arch/$(ARCH)/include 201 CFLAGS += -I$(srctree)/arch/$(ARCH)/include/uapi 202 CFLAGS += -I$(srctree)/arch/$(ARCH)/include [all …]
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
D | Makefile | 4 ARCH ?= $(shell uname -m) macro 5 ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/) macro 7 ifeq ($(ARCH),powerpc)
|
/linux-4.4.14/arch/tile/ |
D | Makefile | 22 ifneq ($(HOST_ARCH),$(ARCH)) 23 $(error Set TILERA_ROOT or CROSS_COMPILE when building $(ARCH) on $(HOST_ARCH)) 38 ifeq ($(ARCH),tile) 41 KBUILD_DEFCONFIG := $(ARCH)_defconfig
|
D | Kconfig | 132 # Building with ARCH=tilegx (or ARCH=tile) implies using the 135 def_bool ARCH != "tilepro"
|
/linux-4.4.14/Documentation/features/ |
D | list-arch.sh | 8 ARCH=${1:-$(arch | sed 's/x86_64/x86/' | sed 's/i386/x86/')} 12 echo "# Kernel feature support matrix of the '$ARCH' architecture:" 20 S=$(grep -hw $ARCH $F | cut -d\| -f3)
|
/linux-4.4.14/scripts/package/ |
D | buildtar | 19 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install 75 case "${ARCH}" in
|
D | builddeb | 106 if [ "$ARCH" = "um" ] ; then 113 case $ARCH in 134 if [ "$ARCH" = "um" ] ; then 148 cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path" 162 if [ "$ARCH" = "um" ] ; then 186 if [ "$ARCH" != "um" ]; then 375 if [ "$ARCH" != "um" ]; then
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 162 KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr) 163 KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y) 165 KBUILD_CFLAGS += -pipe -Iarch/$(ARCH) $(CFLAGS-y) 249 boot := arch/$(ARCH)/boot 263 $(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)/%,$@) 280 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/$(1) \ 281 $(foreach config,$(2),$(srctree)/arch/$(ARCH)/configs/$(config).config) [all …]
|
/linux-4.4.14/arch/h8300/boot/ |
D | Makefile | 26 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
|
/linux-4.4.14/lib/raid6/test/ |
D | Makefile | 15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/) macro 16 ifeq ($(ARCH),i386) 20 ifeq ($(ARCH),x86_64) 25 ifeq ($(ARCH),arm) 29 ifeq ($(ARCH),arm64) 50 ifeq ($(ARCH),tilegx)
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
D | Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) macro 5 ifeq ($(ARCH),x86)
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | CERF | 24 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig 25 make ARCH=arm CROSS_COMPILE=arm-linux- zImage 26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
|
/linux-4.4.14/arch/xtensa/boot/ |
D | Makefile | 12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
|
/linux-4.4.14/arch/unicore32/ |
D | Makefile | 13 ifneq ($(SUBARCH),$(ARCH)) 45 KBUILD_DEFCONFIG := $(ARCH)_defconfig
|
/linux-4.4.14/arch/cris/kernel/ |
D | asm-offsets.c | 12 #error One of ARCH v10 and ARCH v32 must be true!
|
/linux-4.4.14/arch/sparc/ |
D | Makefile | 11 ifeq ($(ARCH),sparc) 81 ifeq ($(ARCH),sparc)
|
D | Kconfig | 2 bool "64-bit kernel" if ARCH = "sparc" 3 default ARCH = "sparc64"
|
/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
|
/linux-4.4.14/tools/perf/arch/ |
D | Build | 2 libperf-y += $(ARCH)/
|
/linux-4.4.14/include/ |
D | Kbuild | 1 # Top-level Makefile calls into asm-$(ARCH)
|
/linux-4.4.14/ |
D | Makefile | 251 ARCH ?= $(SUBARCH) macro 255 UTS_MACHINE := $(ARCH) 256 SRCARCH := $(ARCH) 259 ifeq ($(ARCH),i386) 262 ifeq ($(ARCH),x86_64) 267 ifeq ($(ARCH),sparc32) 270 ifeq ($(ARCH),sparc64) 275 ifeq ($(ARCH),sh64) 280 ifeq ($(ARCH),tilepro) 283 ifeq ($(ARCH),tilegx) [all …]
|
D | Kconfig | 5 mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
|
D | README | 180 symbol values from either arch/$ARCH/defconfig 181 or arch/$ARCH/configs/${PLATFORM}_defconfig, 187 arch/$ARCH/configs/${PLATFORM}_defconfig.
|
/linux-4.4.14/scripts/ |
D | headers.sh | 10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
|
D | mkcompile_h | 4 ARCH=$2
|
D | decodecode | 53 if [ "$ARCH" = "arm" ]; then
|
D | tags.sh | 294 if [ "${ARCH}" = "um" ]; then
|
D | Makefile.build | 302 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
|
/linux-4.4.14/arch/s390/ |
D | Makefile | 122 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ 123 $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@
|
/linux-4.4.14/tools/perf/tests/ |
D | Build | 52 ifeq ($(ARCH),$(filter $(ARCH),x86 arm arm64))
|
D | make | 19 ifeq ($(ARCH)$(IS_64_BIT), x861)
|
/linux-4.4.14/include/uapi/ |
D | Kbuild | 2 # Top-level Makefile calls into asm-$(ARCH)
|
/linux-4.4.14/Documentation/kbuild/ |
D | headers_install.txt | 27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr 29 ARCH indicates which architecture to produce headers for, and defaults to the
|
D | makefiles.txt | 62 arch/$(ARCH)/Makefile the arch Makefile. 75 with the name arch/$(ARCH)/Makefile. The arch Makefile supplies 580 ifneq ($(SUBARCH),$(ARCH)) 801 Note 1: arch/$(ARCH)/Makefile cannot use "subdir-", because that file is 813 arch/$(ARCH)/Makefile contains what is required to set up kbuild 815 To do so, arch/$(ARCH)/Makefile sets up a number of variables and defines 822 - Additional prerequisites are specified in arch/$(ARCH)/Makefile 825 - The values of the above variables are expanded in arch/$(ARCH)/Makefile. 829 arch/$(ARCH)/Makefile. 1012 and arch/$(ARCH)/Makefile only adds architecture-specific directories. [all …]
|
D | kbuild.txt | 88 ARCH 90 Set ARCH to the architecture to be built.
|
D | modules.txt | 316 under arch/$(ARCH)/include/.
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 48 make ARCH=openrisc defconfig 49 make ARCH=openrisc
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-decoding.txt | 4 include/ARCH/ioctl.h for specifics, e.g. powerpc
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile.gate | 7 CPPFLAGS_gate.lds := -P -C -U$(ARCH)
|
/linux-4.4.14/arch/c6x/ |
D | Makefile | 37 boot := arch/$(ARCH)/boot
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 52 make ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}" 54 make ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
|
/linux-4.4.14/lib/raid6/ |
D | Makefile | 25 ifeq ($(ARCH),arm) 28 ifeq ($(ARCH),arm64)
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | Makefile | 19 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | Makefile | 23 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | Makefile | 23 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | Makefile | 27 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/drivers/net/wan/ |
D | Makefile | 40 ifeq ($(ARCH),m68k)
|
/linux-4.4.14/arch/m68k/ |
D | Makefile | 19 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/arch/arm/vdso/ |
D | Makefile | 21 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/avr32/ |
D | Makefile | 50 boot := arch/$(ARCH)/boot/images
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 4 ifeq ($(ARCH),x86) 11 KBUILD_DEFCONFIG := $(ARCH)_defconfig
|
D | Kconfig | 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386"
|
/linux-4.4.14/Documentation/arm/ |
D | README | 15 To build ARM Linux natively, you shouldn't have to alter the ARCH = line 23 ARCH = <whatever> 25 ARCH = arm
|
/linux-4.4.14/arch/um/ |
D | Makefile | 115 $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | Makefile | 17 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 12 ifneq ($(SUBARCH),$(ARCH))
|
D | Kconfig | 54 def_bool ARCH = "sh" 73 def_bool ARCH = "sh64"
|
/linux-4.4.14/Documentation/ia64/ |
D | xen.txt | 43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 45 ifneq ($(SUBARCH),$(ARCH))
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 269 -include arch/$(ARCH)/Makefile
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 2 KERNEL ABIS FOR METAG ARCH
|
/linux-4.4.14/Documentation/frv/ |
D | kernel-ABI.txt | 2 INTERNAL KERNEL ABI FOR FR-V ARCH
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 282 5. Run your favorite config; `make xconfig ARCH=um' is the most 283 convenient. `make config ARCH=um' and 'make menuconfig ARCH=um' 296 6. Finish with `make linux ARCH=um': the result is a file called 328 exception of the 'ARCH=um' that you always need for UML): 331 host% make modules ARCH=um 359 make modules_install INSTALL_MOD_PATH=`pwd`/mnt ARCH=um 3798 As of test11, it is necessary to have "ARCH=um" in the environment or 3806 make mrproper ARCH=um 3811 and repeat the build process with ARCH=um on all the steps.
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 273 $ make ARCH=sh CROSS_COMPILE=sh4-linux- vapor_defconfig vmlinux
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 235 The resulting iso image will be arch/<ARCH>/boot/image.iso
|
/linux-4.4.14/init/ |
D | Kconfig | 1 config ARCH config 3 option env="ARCH" 17 default "arch/$ARCH/defconfig"
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 488 ARCH DEBUG_UART_PHYS DEBUG_UART_VIRT
|