aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/Makefile.um
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-12 17:01:31 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-19 08:40:26 +0900
commit3a477d4efc57adeb3b2bfd6ccedf6f20d275ae1b (patch)
tree5217be768480e58fe611153510d1ad573cdaebd4 /arch/x86/Makefile.um
parentkbuild: Use HOST*FLAGS options from the command line (diff)
downloadwireguard-linux-3a477d4efc57adeb3b2bfd6ccedf6f20d275ae1b.tar.xz
wireguard-linux-3a477d4efc57adeb3b2bfd6ccedf6f20d275ae1b.zip
um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
This is already exported by the top-level Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Diffstat (limited to 'arch/x86/Makefile.um')
-rw-r--r--arch/x86/Makefile.um2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/Makefile.um b/arch/x86/Makefile.um
index 45af19921ebd..5296f8c9e7f0 100644
--- a/arch/x86/Makefile.um
+++ b/arch/x86/Makefile.um
@@ -13,8 +13,6 @@ KBUILD_CFLAGS += $(call cc-option,-m32)
KBUILD_AFLAGS += $(call cc-option,-m32)
LINK-y += $(call cc-option,-m32)
-export LDFLAGS
-
LDS_EXTRA := -Ui386
export LDS_EXTRA