[PATCH 2/3] x86/build: vdso: remove unnecessary export in Makefile

2018-05-14 Thread Masahiro Yamada
CPPFLAGS_vdso.lds is assigned and referenced internally in each Makefile. No need to export it. Signed-off-by: Masahiro Yamada --- arch/x86/entry/vdso/Makefile | 2 +- arch/x86/um/vdso/Makefile| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 2/3] x86/build: vdso: remove unnecessary export in Makefile

2018-05-14 Thread Masahiro Yamada
CPPFLAGS_vdso.lds is assigned and referenced internally in each Makefile. No need to export it. Signed-off-by: Masahiro Yamada --- arch/x86/entry/vdso/Makefile | 2 +- arch/x86/um/vdso/Makefile| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git