[PATCH v2] btrfs: Use immediate assignment when referencing cc-option

2021-03-17 Thread Victor Erminpour
ption calls are done right away and we don't end up with KBUILD_CFLAGS referencing itself. Signed-off-by: Victor Erminpour --- fs/btrfs/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index b634c42115ea..583ca2028e08 10

[PATCH] btrfs: Use immediate assignment when referencing cc-option

2021-03-16 Thread Victor Erminpour
ption. This causes make to also evaluate += immediately, cc-option calls are done right away and we don't end up with KBUILD_CFLAGS referencing itself. Signed-off-by: Victor Erminpour --- fs/btrfs/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/

[PATCH] c6x: Remove stale symlink 'scripts/dtc/include-prefixes/c6x'

2021-03-01 Thread Victor Erminpour
Remove stale symlink 'scripts/dtc/include-prefixes/c6x' Signed-off-by: Victor Erminpour --- scripts/dtc/include-prefixes/c6x | 1 - 1 file changed, 1 deletion(-) delete mode 12 scripts/dtc/include-prefixes/c6x diff --git a/scripts/dtc/include-prefixes/c6x b/scripts/dtc/includ

[PATCH] merge_config.sh: Add switch to specify ARCH variable

2020-10-08 Thread Victor Erminpour
Add a switch to merge_config.sh to specify the ARCH variable which defines the target architecture. Set x86 as the default architecture. Signed-off-by: Victor Erminpour --- scripts/kconfig/merge_config.sh | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts

[PATCH] Add braces for union initializer in struct static_key, fix perf Makefile dependency.

2017-03-02 Thread Victor Erminpour
/perf/Makefile.perf. Signed-off-by: Victor Erminpour --- include/linux/jump_label.h | 4 ++-- tools/perf/Makefile.perf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index 8e06d75..d536b72 100644 --- a/include/linux