Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/conf Use ${KERNLDSCRIPT}.



details:   https://anonhg.NetBSD.org/src/rev/312cb90375f4
branches:  trunk
changeset: 339995:312cb90375f4
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Aug 20 06:19:36 2015 +0000

description:
Use ${KERNLDSCRIPT}.

diffstat:

 sys/arch/aarch64/conf/Makefile.aarch64 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 5f198e1248a8 -r 312cb90375f4 sys/arch/aarch64/conf/Makefile.aarch64
--- a/sys/arch/aarch64/conf/Makefile.aarch64    Thu Aug 20 05:40:24 2015 +0000
+++ b/sys/arch/aarch64/conf/Makefile.aarch64    Thu Aug 20 06:19:36 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.aarch64,v 1.4 2014/11/15 14:25:10 uebayasi Exp $
+#      $NetBSD: Makefile.aarch64,v 1.5 2015/08/20 06:19:36 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -58,11 +58,11 @@
 ##
 ## (5) link settings
 ##
-LDSCRIPT?=     ${A64}/conf/kern.ldscript
+KERNLDSCRIPT?= ${A64}/conf/kern.ldscript
 LOADADDRESS?=  0xFFFFFFFF00000000
 LINKFLAGS_NORMAL=      -X
-.if "${LDSCRIPT}" != ""
-LINKSCRIPT=    -T ${LDSCRIPT}
+.if "${KERNLDSCRIPT}" != ""
+LINKSCRIPT=    -T ${KERNLDSCRIPT}
 .endif
 
 # Strip AArch64 mapping symbols from the kernel image, as they interfere



Home | Main Index | Thread Index | Old Index