aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2015-12-04 15:55:17 -0800
committerLuis R. Rodriguez <mcgrof@kernel.org>2016-02-11 08:42:16 -0800
commitfd864c8e1ff8b83382ba8dd00b9e83102aee8b7f (patch)
treed628d42d9167c4a713f3ad0d17e2963250bfb1d7
parenta4f36435e04fd213e35b6d097b3a4007b8df567f (diff)
downloadlinker-tables-fd864c8e1ff8b83382ba8dd00b9e83102aee8b7f.tar.gz
custom.lds.S: rename to arch/x86/kernel/vmlinux.lds.S
To replicate what we'd use upstream on Linux. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
-rw-r--r--Makefile2
-rw-r--r--arch/x86/kernel/vmlinux.lds.S (renamed from custom.lds.S)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef88751..033d0e4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS += -O2 -g
CFLAGS += -std=gnu99 -Wall -Werror
CFLAGS += -I include/ -I arch/x86/include/
-CFLAGS +=-Wl,-Tcustom.lds.S
+CFLAGS +=-Wl,-Tarch/x86/kernel/vmlinux.lds.S
ifeq ($(V),1)
Q=
diff --git a/custom.lds.S b/arch/x86/kernel/vmlinux.lds.S
index db08020..db08020 100644
--- a/custom.lds.S
+++ b/arch/x86/kernel/vmlinux.lds.S