projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6bf01
)
kaiser: align addition to x86/mm/Makefile
author
Hugh Dickins
<hughd@google.com>
Mon, 4 Sep 2017 02:51:10 +0000
(19:51 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 5 Jan 2018 14:46:33 +0000
(15:46 +0100)
Use tab not space so they line up properly, kaslr.o also.
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/mm/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/mm/Makefile
b/arch/x86/mm/Makefile
index
682c162
..
c505569
100644
(file)
--- a/
arch/x86/mm/Makefile
+++ b/
arch/x86/mm/Makefile
@@
-37,5
+37,5
@@
obj-$(CONFIG_NUMA_EMU) += numa_emulation.o
obj-$(CONFIG_X86_INTEL_MPX) += mpx.o
obj-$(CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS) += pkeys.o
-obj-$(CONFIG_RANDOMIZE_MEMORY) += kaslr.o
-obj-$(CONFIG_KAISER) += kaiser.o
+obj-$(CONFIG_RANDOMIZE_MEMORY) += kaslr.o
+obj-$(CONFIG_KAISER)
+= kaiser.o