summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
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.ia64
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.ia64')
-rw-r--r--sys/conf/Makefile.ia643
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64
index a127e65..3c092ac 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -46,6 +46,9 @@ ASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS}
%CLEAN
+locore.o: $S/$M/$M/locore.s assym.s
+ ${NORMAL_S}
+
%RULES
.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud