aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2015-10-27 19:41:58 -0700
committerLuis R. Rodriguez <mcgrof@kernel.org>2016-02-11 08:42:16 -0800
commitb39b22f30d308f76554f00a7af57fbb417ce299f (patch)
tree3d30cdb826b2cb8ac42eadc20377e6c9c283997d
parentbf6dd2c17d46650bc8b6977b6565a9d8dbd32e43 (diff)
downloadlinker-tables-b39b22f30d308f76554f00a7af57fbb417ce299f.tar.gz
rename custom.lds to custom.lds.S
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
-rw-r--r--Makefile2
-rw-r--r--custom.lds.S (renamed from custom.lds)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8b0e5e..bdfa8cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS += -O2 -g
CFLAGS += -std=gnu99 -Wall -Werror
-CFLAGS +=-Wl,-Tcustom.lds
+CFLAGS +=-Wl,-Tcustom.lds.S
ifeq ($(V),1)
Q=
diff --git a/custom.lds b/custom.lds.S
index 23b96d3..23b96d3 100644
--- a/custom.lds
+++ b/custom.lds.S