Skip to content
Snippets Groups Projects
Commit 3a477d4e authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um


This is already exported by the top-level Makefile.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarKirill A. Shutemov <kirill.shutemov@linux.intel.com>
parent f92d19e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment