Searched +full:build +full:- +full:rules (Results 1 – 25 of 415) sorted by relevance
12345678910>>...17
| /kernel/linux/linux-5.10/tools/testing/selftests/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 11 TARGETS += cpu-hotplug 12 TARGETS += drivers/dma-buf 34 TARGETS += memory-hotplug 60 TARGETS += tc-testing 75 TARGETS_HOTPLUG = cpu-hotplug 76 TARGETS_HOTPLUG += memory-hotplug 81 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) 91 # Clear LDFLAGS and MAKEFLAGS when implicit rules are missing. This provides 92 # implicit rules to sub-test Makefiles which avoids build failures in test [all …]
|
| D | lib.mk | 1 # This mimics the top-level Makefile. We do it explicitly here so that this 17 # The following are built by lib.mk common compile rules. 19 # custom build rule and prevent common build rule use. 36 # Invoke headers install with --no-builtin-rules to avoid circular 38 # make inherits builtin-rules which will use the rule generate 40 # "Circular Makefile.o <- prepare dependency dropped." 43 # invokes them as sub-makes and --no-builtin-rules is not necessary, 47 # when test Makefile is run directly with "make -C". 48 # When local build is done, headers are installed in the default 55 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha edfbf74df1d4d6ce54ffe24566108be0e1a98c3d 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… 19 bash download-git-cache.sh [all …]
|
| D | build.yml | 1 .build: 3 - .build-rules 4 - .container+build-rules 5 stage: build 8 - artifacts 10 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 12 .build:arm32: 14 - .build 15 - .use-debian/arm64_build 17 - aarch64 [all …]
|
| /kernel/linux/linux-5.10/tools/build/Documentation/ |
| D | Build.txt | 1 Build Framework 4 The perf build framework was adopted from the kernel build system, hence the 7 Basically the user provides set of 'Build' files that list objects and 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 11 we setup source objects, but we support more. This allows one 'Build' file to 12 carry a sources list for multiple build objects. 15 Build framework makefiles 16 ------------------------- 18 The build framework consists of 2 Makefiles: [all …]
|
| /kernel/linux/linux-6.6/tools/build/Documentation/ |
| D | Build.txt | 1 Build Framework 4 The perf build framework was adopted from the kernel build system, hence the 7 Basically the user provides set of 'Build' files that list objects and 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 11 we setup source objects, but we support more. This allows one 'Build' file to 12 carry a sources list for multiple build objects. 15 Build framework makefiles 16 ------------------------- 18 The build framework consists of 2 Makefiles: [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 Core driver for low level functionality of the ConnectX-4 and 18 Connect-IB cards by Mellanox Technologies. 24 Build support for the Innova family of network cards by Mellanox 28 sandbox-specific client drivers. 36 Ethernet support in Mellanox Technologies ConnectX-4 NIC. 43 Mellanox MLX5 ethernet hardware-accelerated receive flow steering support, 53 flow rules to direct traffic into arbitrary rx queue via ethtool set/get_rxnfc 61 Mellanox Technologies Ethernet Multi-Physical Function Switch (MPFS) 62 support in ConnectX NIC. MPFs is required for when multi-PF configuration [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| D | kconfig.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB 11 | at build time via kernel Kconfig flags. 20 | ports to Bridge and offloading rules for traffic between such ports. 34 | built-in into mlx5_core.ko. 39 …g (DCB) Support <https://enterprise-support.nvidia.com/s/article/howto-auto-config-pfc-and-ets-on-… 53 | Flow-based classifiers, such as those registered through 54 | `tc-flower(8)`, are processed by the device, rather than the 61 | Enables Hardware-accelerated receive flow steering (arfs) support, and ntuple filtering. 62 | https://enterprise-support.nvidia.com/s/article/howto-configure-arfs-on-connectx-4 67 | Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`. [all …]
|
| /kernel/linux/patches/ |
| D | README.md | 1 # Patch<a name="EN-US_TOPIC_0000001078264110"></a> 3 - [Introduction](#section11660541593) 4 - [Directory Structure](#section21571344112) 5 - [Usage](#section1393789267) 6 - [Build](#section19369206113115) 7 - [Repositories Involved](#section27639463106) 11 Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has i… 13 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.19.y). 15 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.10.y). 17 During the build process, you can merge the driver code based on the chip platform and build the ke… [all …]
|
| /kernel/linux/build/ |
| D | README.md | 1 # Patch<a name="EN-US_TOPIC_0000001078264110"></a> 3 - [Introduction](#section11660541593) 4 - [Driver Patches for a Specific Chip Architecture (such as Hi3516D V300)](#section1521510717399) 5 - [Directory Structure](#section21571344112) 6 - [Usage](#section1393789267) 7 - [Build](#section19369206113115) 8 - [Repositories Involved](#section27639463106) 12 Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has i… 14 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.19.y). 16 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.10.y). [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 TARGETS += amd-pstate 14 TARGETS += cpu-hotplug 16 TARGETS += dmabuf-heaps 17 TARGETS += drivers/dma-buf 47 TARGETS += memory-hotplug 86 TARGETS += tc-testing 106 TARGETS_HOTPLUG = cpu-hotplug 107 TARGETS_HOTPLUG += memory-hotplug 110 # BPF since it has cutting edge build time dependencies which require [all …]
|
| /kernel/linux/config/ |
| D | README.md | 1 # Config<a name="EN-US_TOPIC_0000001102487950"></a> 3 - [Introduction](#section11660541593) 4 - [Composition of Config](#section28381947133910) 5 - [Directory Structure](#section161941989596) 6 - [Usage](#section1393789267) 7 - [Build](#section19369206113115) 8 - [Repositories Involved](#section1371113476307) 12 Evolved from the open-source Linux kernel LTS 4.19.y and 5.10.y, the OpenHarmony Linux kernel has i… 14 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.19.y). 16 …nel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.10.y). [all …]
|
| /kernel/linux/linux-6.6/security/integrity/ima/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 60 Disabling this option will disregard LSM based policy rules. 70 limited to 255 characters. The 'ima-ng' measurement list 76 bool "ima-ng (default)" 78 bool "ima-sig" 83 default "ima-ng" if IMA_NG_TEMPLATE 84 default "ima-sig" if IMA_SIG_TEMPLATE 128 IMA policy can now be updated multiple times. The new rules get 129 appended to the original policy. Have in mind that the rules are 141 This option allows the root user to see the current policy rules. [all …]
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 60 Disabling this option will disregard LSM based policy rules. 70 limited to 255 characters. The 'ima-ng' measurement list 76 bool "ima-ng (default)" 78 bool "ima-sig" 83 default "ima-ng" if IMA_NG_TEMPLATE 84 default "ima-sig" if IMA_SIG_TEMPLATE 128 IMA policy can now be updated multiple times. The new rules get 129 appended to the original policy. Have in mind that the rules are 141 This option allows the root user to see the current policy rules. [all …]
|
| /kernel/linux/linux-5.10/scripts/package/ |
| D | mkdebian | 7 set -e 10 grep -q "^$1=y" include/config/auto.conf 15 echo -n "$2" 16 elif [ $# -ge 3 ]; then 17 echo -n "$3" 22 if [ -n "$KBUILD_DEBARCH" ] ; then 74 if [ -z "$debarch" ]; then 75 debarch=$(dpkg-architecture -qDEB_HOST_ARCH) 89 if [ -n "$KDEB_PKGVERSION" ]; then 91 revision=${packageversion##*-} [all …]
|
| /kernel/linux/linux-5.10/tools/build/ |
| D | Makefile.build | 1 # SPDX-License-Identifier: GPL-2.0 3 # Main build makefile. 9 # Copyright (C) Linus Torvalds <torvalds@linux-foundation.org>, 2015 23 ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 27 build-dir := $(srctree)/tools/build 29 # Define $(fixdep) for dep-cmd function 31 fixdep := $(build-dir)/fixdep 37 include $(build-dir)/Build.include 40 -include $(OUTPUT).config-detected 42 # Init all relevant variables used in build files so [all …]
|
| /kernel/linux/linux-6.6/tools/build/ |
| D | Makefile.build | 1 # SPDX-License-Identifier: GPL-2.0 3 # Main build makefile. 9 # Copyright (C) Linus Torvalds <torvalds@linux-foundation.org>, 2015 23 ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 27 build-dir := $(srctree)/tools/build 29 # Define $(fixdep) for dep-cmd function 31 fixdep := $(build-dir)/fixdep 37 include $(build-dir)/Build.include 40 -include $(OUTPUT).config-detected 42 # Init all relevant variables used in build files so [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | remove-stale-files | 3 set -e 6 # .gitignore and cleaning rules in the Makefile. This is the right thing 9 # causing build issues. 11 # Also, 'git status' shows such stale build artifacts as untracked files. 15 # So, when you (re)move generated files, please move the cleaning rules from 23 rm -f arch/powerpc/purgatory/kexec-purgatory.c 24 rm -f arch/riscv/purgatory/kexec-purgatory.c 25 rm -f arch/x86/purgatory/kexec-purgatory.c 27 rm -f scripts/extract-cert 29 rm -f scripts/kconfig/[gmnq]conf-cfg [all …]
|
| /kernel/linux/linux-6.6/scripts/package/debian/ |
| D | rules | 1 #!/usr/bin/make -f 2 # SPDX-License-Identifier: GPL-2.0-only 4 include debian/rules.vars 8 ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))) 10 MAKEFLAGS += -j$(NUMJOBS) 13 .PHONY: binary binary-indep binary-arch 14 binary: binary-arch binary-indep 15 binary-indep: build-indep 16 binary-arch: build-arch 17 $(MAKE) -f $(srctree)/Makefile ARCH=$(ARCH) \ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 Core driver for low level functionality of the ConnectX-4 and 17 Connect-IB cards by Mellanox Technologies. 27 Build support for the Innova family of network cards by Mellanox 31 sandbox-specific client drivers. 40 Ethernet support in Mellanox Technologies ConnectX-4 NIC. 47 Mellanox MLX5 ethernet hardware-accelerated receive flow steering support, 57 flow rules to direct traffic into arbitrary rx queue via ethtool set/get_rxnfc 65 Mellanox Technologies Ethernet Multi-Physical Function Switch (MPFS) 66 support in ConnectX NIC. MPFs is required for when multi-PF configuration [all …]
|
| /kernel/linux/linux-6.6/Documentation/kbuild/ |
| D | makefiles.rst | 15 scripts/Makefile.* common rules etc. for all kbuild Makefiles. 29 architecture-specific information to the top Makefile. 33 .config file to construct various file lists used by kbuild to build 34 any built-in or modular targets. 36 scripts/Makefile.* contains all the definitions/rules etc. that 37 are used to build the kernel based on the kbuild makefiles. 44 *Users* are people who build kernels. These people type commands such as 59 *Kbuild developers* are people who work on the kernel build system itself. 80 ---------------- 90 obj-y += foo.o [all …]
|
| /kernel/linux/linux-5.10/arch/s390/kernel/vdso64/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 9 obj-vdso64 = vdso_user_wrapper.o note.o getcpu.o 10 obj-cvdso64 = vdso64_generic.o 11 CFLAGS_REMOVE_vdso64_generic.o = -pg $(CC_FLAGS_FTRACE) $(CC_FLAGS_EXPOLINE) 13 # Build rules 15 targets := $(obj-vdso64) $(obj-cvdso64) vdso64.so vdso64.so.dbg 16 obj-vdso64 := $(addprefix $(obj)/, $(obj-vdso64)) 17 obj-cvdso64 := $(addprefix $(obj)/, $(obj-cvdso64)) 19 KBUILD_AFLAGS += -DBUILD_VDSO 20 KBUILD_CFLAGS += -DBUILD_VDSO -DDISABLE_BRANCH_PROFILING [all …]
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | makefiles.rst | 12 --- 3.1 Goal definitions 13 --- 3.2 Built-in object goals - obj-y 14 --- 3.3 Loadable module goals - obj-m 15 --- 3.4 Objects which export symbols 16 --- 3.5 Library file goals - lib-y 17 --- 3.6 Descending down in directories 18 --- 3.7 Compilation flags 19 --- 3.8 <deleted> 20 --- 3.9 Dependency tracking 21 --- 3.10 Special Rules [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 uname_M := $(shell uname -m 2>/dev/null || echo not) 4 MACHINE ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/ppc64/') 6 # Without this, failed build products remain, with up-to-date timestamps, 11 # Avoid accidental wrong builds, due to built-in rules working just a little 12 # bit too well--but not quite as well as required for our situation here. 14 # In other words, "make userfaultfd" is supposed to fail to build at all, 16 # However, the built-in rules, if not suppressed, will pick up CFLAGS and the 17 # initial LDLIBS (but not the target-specific LDLIBS, because those are only 21 MAKEFLAGS += --no-builtin-rules [all …]
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/ |
| D | Makefile | 3 obj-vdso64 = note.o sigtramp.o restart_syscall.o 5 # Build rules 7 targets := $(obj-vdso64) vdso64.so 8 obj-vdso64 := $(addprefix $(obj)/, $(obj-vdso64)) 11 ccflags-y := -shared -fno-common -fno-builtin 12 ccflags-y += -nostdlib -Wl,-soname=linux-vdso64.so.1 \ 13 $(call ld-option, -Wl$(comma)--hash-style=sysv) 14 asflags-y := -D__VDSO64__ -s 16 KBUILD_AFLAGS += -DBUILD_VDSO 17 KBUILD_CFLAGS += -DBUILD_VDSO -DDISABLE_BRANCH_PROFILING [all …]
|
12345678910>>...17