[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1531382496-3719-2-git-send-email-yamada.masahiro@socionext.com>
Date: Thu, 12 Jul 2018 17:01:31 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-kbuild@...r.kernel.org
Cc: Richard Weinberger <richard@....at>, x86@...nel.org,
linux-um@...ts.infradead.org, linux-kernel@...r.kernel.org,
Russell King <rmk+kernel@...linux.org.uk>,
openrisc@...ts.librecores.org,
linux-arm-kernel@...ts.infradead.org,
linux-riscv@...ts.infradead.org, Jeff Dike <jdike@...toit.com>,
"Kirill A . Shutemov" <kirill@...temov.name>,
Masahiro Yamada <yamada.masahiro@...ionext.com>
Subject: [PATCH 1/6] 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@...ionext.com>
---
arch/x86/Makefile.um | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/Makefile.um b/arch/x86/Makefile.um
index 45af199..5296f8c 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
--
2.7.4
Powered by blists - more mailing lists