summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-07-31 14:59:05 +0000
committerjake <jake@FreeBSD.org>2002-07-31 14:59:05 +0000
commit3172b6f1b7743140c2551ae1e7fc84fb140ce4ed (patch)
tree2ce4b59c85dfc4f90713c86f33ac332f75edc994 /sys/conf/Makefile.sparc64
parent92be6d985e5ad3ae4b8fd3ac964b07b684792997 (diff)
downloadFreeBSD-src-3172b6f1b7743140c2551ae1e7fc84fb140ce4ed.zip
FreeBSD-src-3172b6f1b7743140c2551ae1e7fc84fb140ce4ed.tar.gz
Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc643
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 2980fd7..0411fd3 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -63,6 +63,9 @@ SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack
exception.o: $S/$M/$M/exception.s assym.s
${NORMAL_S}
+locore.o: $S/$M/$M/locore.s assym.s
+ ${NORMAL_S}
+
%RULES
.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud