projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f92d19e
)
um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 12 Jul 2018 08:01:31 +0000
(17:01 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 18 Jul 2018 23:40:26 +0000
(08:40 +0900)
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>
arch/x86/Makefile.um
patch
|
blob
|
history
diff --git
a/arch/x86/Makefile.um
b/arch/x86/Makefile.um
index
45af199
..
5296f8c
100644
(file)
--- 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