Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Define ${MD_OBJS} as relative path. Thi...
details: https://anonhg.NetBSD.org/src/rev/5abac53f5cc0
branches: trunk
changeset: 340409:5abac53f5cc0
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Sep 03 12:33:11 2015 +0000
description:
Define ${MD_OBJS} as relative path. This change makes amd64 kernel buildable
for `-S' mode.
diffstat:
sys/arch/amd64/conf/Makefile.amd64 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 5fa3a9ead421 -r 5abac53f5cc0 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64 Thu Sep 03 12:31:16 2015 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64 Thu Sep 03 12:33:11 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.51 2015/08/24 14:04:24 uebayasi Exp $
+# $NetBSD: Makefile.amd64,v 1.52 2015/09/03 12:33:11 uebayasi Exp $
# Makefile for NetBSD
#
@@ -56,11 +56,13 @@
##
## (4) local objects, compile rules, and dependencies
##
-MD_OBJS= locore.o vector.o copy.o spl.o
+MD_OBJS= arch/amd64/amd64/locore.o arch/amd64/amd64/vector.o \
+ arch/amd64/amd64/copy.o arch/amd64/amd64/spl.o
MD_CFILES=
MD_SFILES= ${AMD64}/amd64/locore.S ${AMD64}/amd64/vector.S \
${AMD64}/amd64/copy.S ${AMD64}/amd64/spl.S
+.if !defined(___USE_SUFFIX_RULES___)
locore.o: ${AMD64}/amd64/locore.S assym.h
${NORMAL_S}
@@ -72,6 +74,7 @@
spl.o: ${AMD64}/amd64/spl.S assym.h
${NORMAL_S}
+.endif # ___USE_SUFFIX_RULES___
##
## (5) link settings
Home |
Main Index |
Thread Index |
Old Index