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 locore.S is a MD_SFILES.



details:   https://anonhg.NetBSD.org/src/rev/4992c250d89b
branches:  trunk
changeset: 320099:4992c250d89b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jun 23 01:51:03 2018 +0000

description:
locore.S is a MD_SFILES.

This keeps the dependency handling in the loop, so rebuilds after
changing options, say EARLYCONS, don't fail.

diffstat:

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

diffs (18 lines):

diff -r 9b2c5b81b3bb -r 4992c250d89b sys/arch/aarch64/conf/Makefile.aarch64
--- a/sys/arch/aarch64/conf/Makefile.aarch64    Sat Jun 23 01:23:27 2018 +0000
+++ b/sys/arch/aarch64/conf/Makefile.aarch64    Sat Jun 23 01:51:03 2018 +0000
@@ -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 @@
 ##
 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



Home | Main Index | Thread Index | Old Index