Module Name: src
Committed By: jakllsch
Date: Sat Jun 23 01:51:03 UTC 2018
Modified Files:
src/sys/arch/aarch64/conf: Makefile.aarch64
Log Message:
locore.S is a MD_SFILES.
This keeps the dependency handling in the loop, so rebuilds after
changing options, say EARLYCONS, don't fail.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/aarch64/conf/Makefile.aarch64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/aarch64/conf/Makefile.aarch64
diff -u src/sys/arch/aarch64/conf/Makefile.aarch64:1.9 src/sys/arch/aarch64/conf/Makefile.aarch64:1.10
--- src/sys/arch/aarch64/conf/Makefile.aarch64:1.9 Sun Apr 1 04:35:03 2018
+++ src/sys/arch/aarch64/conf/Makefile.aarch64 Sat Jun 23 01:51:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.aarch64,v 1.9 2018/04/01 04:35:03 ryo Exp $
+# $NetBSD: Makefile.aarch64,v 1.10 2018/06/23 01:51:03 jakllsch Exp $
# Makefile for NetBSD
#
@@ -50,7 +50,7 @@ KERN_AS= obj
##
MD_OBJS+= ${SYSTEM_FIRST_OBJ} locore.o
MD_CFILES+=
-MD_SFILES+= ${SYSTEM_FIRST_SFILE}
+MD_SFILES+= ${SYSTEM_FIRST_SFILE} ${A64}/aarch64/locore.S
.if defined(SYSTEM_FIRST_OBJ)
${SYSTEM_FIRST_OBJ}: ${SYSTEM_FIRST_SFILE} assym.h