aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc6413
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 719e9ce46f4b..8666315dbfcf 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -30,9 +30,7 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
-SYSTEM_SFILES= $S/$M/$M/locore.S $S/$M/$M/exception.S $S/$M/$M/interrupt.S
-SYSTEM_OBJS= locore.o exception.o interrupt.o vnode_if.o ${OBJS} hints.o \
- env.o config.o hack.So majors.o
+MDOBJS= exception.o interrupt.o
%BEFORE_DEPEND
@@ -46,15 +44,6 @@ SYSTEM_OBJS= locore.o exception.o interrupt.o vnode_if.o ${OBJS} hints.o \
%CLEAN
-exception.o: $S/$M/$M/exception.S assym.s
- ${NORMAL_S}
-
-interrupt.o: $S/$M/$M/interrupt.S assym.s
- ${NORMAL_S}
-
-locore.o: $S/$M/$M/locore.S assym.s
- ${NORMAL_S}
-
%RULES
.include "$S/conf/kern.post.mk"