aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2015-12-04 19:46:15 -0800
committerLuis R. Rodriguez <mcgrof@kernel.org>2016-02-11 08:42:16 -0800
commitada95cd7527859574c16f73032e7e538ddfca40b (patch)
treebc2df902e2a79852786242695cee597b1f3096c3
parentfd864c8e1ff8b83382ba8dd00b9e83102aee8b7f (diff)
downloadlinker-tables-ada95cd7527859574c16f73032e7e538ddfca40b.tar.gz
sort-init.c: move to arch/x86/kernel/sort-init.c
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
-rw-r--r--Makefile2
-rw-r--r--arch/x86/kernel/sort-init.c (renamed from sort-init.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 033d0e4..893d5cb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ parse-bzimage: parse-bzimage.c
# *(SORT(.tbl.init_fns.*))
#
# The name of the struct places no effect to the actual linker order.
-OBJS = sort-init.o \
+OBJS = arch/x86/kernel/sort-init.o \
start_kernel.o \
arch/x86/kernel/head64.c \
memory.o \
diff --git a/sort-init.c b/arch/x86/kernel/sort-init.c
index 369ab2b..369ab2b 100644
--- a/sort-init.c
+++ b/arch/x86/kernel/sort-init.c