Skip to content

Commit 9445622

Browse files
James Hoganralfbaechle
authored andcommitted
MIPS: VDSO: Drop duplicated -I*/-E* aflags
The aflags-vdso is based on ccflags-vdso, which already contains the -I* and -EL/-EB flags from KBUILD_CFLAGS, but those flags are needlessly added again to aflags-vdso. Drop the duplication. Signed-off-by: James Hogan <james.hogan@imgtec.com> Reported-by: Maciej W. Rozycki <macro@imgtec.com> Reviewed-by: Maciej W. Rozycki <macro@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14369/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 034827c commit 9445622

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/mips/vdso/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ cflags-vdso := $(ccflags-vdso) \
1313
-DDISABLE_BRANCH_PROFILING \
1414
$(call cc-option, -fno-stack-protector)
1515
aflags-vdso := $(ccflags-vdso) \
16-
$(filter -I%,$(KBUILD_CFLAGS)) \
17-
$(filter -E%,$(KBUILD_CFLAGS)) \
1816
-D__ASSEMBLY__ -Wa,-gdwarf-2
1917

2018
#

0 commit comments

Comments
 (0)