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 s/A64/ARM/
details: https://anonhg.NetBSD.org/src/rev/68903e80365a
branches: trunk
changeset: 433425:68903e80365a
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Sep 14 08:51:06 2018 +0000
description:
s/A64/ARM/
no functional change
diffstat:
sys/arch/aarch64/conf/Makefile.aarch64 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r 1eee033e06d4 -r 68903e80365a sys/arch/aarch64/conf/Makefile.aarch64
--- a/sys/arch/aarch64/conf/Makefile.aarch64 Fri Sep 14 08:11:30 2018 +0000
+++ b/sys/arch/aarch64/conf/Makefile.aarch64 Fri Sep 14 08:51:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.aarch64,v 1.10 2018/06/23 01:51:03 jakllsch Exp $
+# $NetBSD: Makefile.aarch64,v 1.11 2018/09/14 08:51:06 skrll Exp $
# Makefile for NetBSD
#
@@ -25,8 +25,8 @@
## (1) port identification
##
THISARM= $S/arch/${MACHINE}
-A64= $S/arch/aarch64
-GENASSYM_CONF= ${A64}/aarch64/genassym.cf
+ARM= $S/arch/aarch64
+GENASSYM_CONF= ${ARM}/aarch64/genassym.cf
.-include "$S/arch/${MACHINE}/conf/Makefile.${MACHINE}.inc"
##
@@ -50,20 +50,20 @@
##
MD_OBJS+= ${SYSTEM_FIRST_OBJ} locore.o
MD_CFILES+=
-MD_SFILES+= ${SYSTEM_FIRST_SFILE} ${A64}/aarch64/locore.S
+MD_SFILES+= ${SYSTEM_FIRST_SFILE} ${ARM}/aarch64/locore.S
.if defined(SYSTEM_FIRST_OBJ)
${SYSTEM_FIRST_OBJ}: ${SYSTEM_FIRST_SFILE} assym.h
${NORMAL_S}
.endif
-locore.o: ${A64}/aarch64/locore.S assym.h
+locore.o: ${ARM}/aarch64/locore.S assym.h
${NORMAL_S}
##
## (5) link settings
##
-KERNLDSCRIPT?= ${A64}/conf/kern.ldscript
+KERNLDSCRIPT?= ${ARM}/conf/kern.ldscript
LOADADDRESS?= 0xffffffc000000040
LINKFLAGS_NORMAL= -X
Home |
Main Index |
Thread Index |
Old Index