summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-02-27 20:55:09 +0000
committerjake <jake@FreeBSD.org>2003-02-27 20:55:09 +0000
commita8b1fc289fc01adc82b94b08f106a10497335e39 (patch)
treeb5c3c247a507373e05f59c5077d78fa531899935 /sys/conf/Makefile.sparc64
parent361a7c9046163cee10851c8fab19eb8b94715669 (diff)
downloadFreeBSD-src-a8b1fc289fc01adc82b94b08f106a10497335e39.zip
FreeBSD-src-a8b1fc289fc01adc82b94b08f106a10497335e39.tar.gz
Include majors.o in SYSTEM_OBJS to make sparc64 kernels link. This is a
quick fix while I work on a better solution.
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r--sys/conf/Makefile.sparc642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64
index 701824a..49140dc 100644
--- a/sys/conf/Makefile.sparc64
+++ b/sys/conf/Makefile.sparc64
@@ -41,7 +41,7 @@ COPTS+= -mcmodel=medlow -msoft-float
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
+ env.o config.o hack.So majors.o
%BEFORE_DEPEND
OpenPOWER on IntegriCloud