diff options
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r-- | sys/conf/Makefile.sparc64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 2980fd7bc85e..0411fd3be20b 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" |