[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/