diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-12 04:01:31 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-18 19:40:26 -0400 |
commit | 3a477d4efc57adeb3b2bfd6ccedf6f20d275ae1b (patch) | |
tree | 5217be768480e58fe611153510d1ad573cdaebd4 | |
parent | f92d19e0ef9bbbb2984845682e740934ad45473b (diff) |
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>
-rw-r--r-- | arch/x86/Makefile.um | 2 |
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) | |||
13 | KBUILD_AFLAGS += $(call cc-option,-m32) | 13 | KBUILD_AFLAGS += $(call cc-option,-m32) |
14 | LINK-y += $(call cc-option,-m32) | 14 | LINK-y += $(call cc-option,-m32) |
15 | 15 | ||
16 | export LDFLAGS | ||
17 | |||
18 | LDS_EXTRA := -Ui386 | 16 | LDS_EXTRA := -Ui386 |
19 | export LDS_EXTRA | 17 | export LDS_EXTRA |
20 | 18 | ||