Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Use LINKSCRIPT.
details: https://anonhg.NetBSD.org/src/rev/0b069f580b40
branches: trunk
changeset: 333740:0b069f580b40
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Nov 15 14:55:02 2014 +0000
description:
Use LINKSCRIPT.
diffstat:
sys/arch/evbarm/conf/Makefile.evbarm.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 48470a89625d -r 0b069f580b40 sys/arch/evbarm/conf/Makefile.evbarm.inc
--- a/sys/arch/evbarm/conf/Makefile.evbarm.inc Sat Nov 15 14:25:10 2014 +0000
+++ b/sys/arch/evbarm/conf/Makefile.evbarm.inc Sat Nov 15 14:55:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.evbarm.inc,v 1.30 2014/04/11 02:36:43 matt Exp $
+# $NetBSD: Makefile.evbarm.inc,v 1.31 2014/11/15 14:55:02 uebayasi Exp $
#
# If this is a install kernel and the ramdisk image exists in the object
@@ -33,7 +33,7 @@
.if defined(KERNEL_BASE_PHYS)
LINKTEXT=
KERNLDSCRIPT= ldscript
-EXTRA_LINKFLAGS+= -T ldscript
+LINKSCRIPT= -T ldscript
# generate ldscript from common template
ldscript: ${THISARM}/conf/ldscript.evbarm ${THISARM}/conf/Makefile.evbarm.inc Makefile ${BOARDMKFRAG}
Home |
Main Index |
Thread Index |
Old Index