summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
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.i386
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.i386')
-rw-r--r--sys/conf/Makefile.i3863
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 62e871c..c6ff5db 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -44,6 +44,9 @@ MKMODULESENV+= MACHINE=i386
%CLEAN
+locore.o: $S/$M/$M/locore.s assym.s
+ ${NORMAL_S}
+
%RULES
.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud