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 the proper make symbols for adding ...



details:   https://anonhg.NetBSD.org/src/rev/e5ef1b9f3773
branches:  trunk
changeset: 789014:e5ef1b9f3773
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 04 00:59:46 2013 +0000

description:
use the proper make symbols for adding an ldscript

diffstat:

 sys/arch/evbarm/conf/Makefile.evbarm.inc |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r c657edbf60bc -r e5ef1b9f3773 sys/arch/evbarm/conf/Makefile.evbarm.inc
--- a/sys/arch/evbarm/conf/Makefile.evbarm.inc  Sun Aug 04 00:58:47 2013 +0000
+++ b/sys/arch/evbarm/conf/Makefile.evbarm.inc  Sun Aug 04 00:59:46 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.evbarm.inc,v 1.25 2013/07/10 20:25:21 matt Exp $
+#      $NetBSD: Makefile.evbarm.inc,v 1.26 2013/08/04 00:59:46 matt Exp $
 
 #
 # If this is a install kernel and the ramdisk image exists in the object
@@ -23,10 +23,8 @@
 EXTRA_CLEAN+= ldscript tmp ${KERNELS:=.map}
 
 .if defined(KERNEL_BASE_PHYS)
-
-LINKFLAGS=     -T ldscript
-
-netbsd: ldscript             # XXX
+KERNLDSCRIPT=  ldscript
+EXTRA_LINKFLAGS+=      -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