Oops... Forgot to check in w/ FPSP support.
This commit is contained in:
parent
8afa3a3b98
commit
4b3d50f976
|
@ -38,6 +38,9 @@ LIBKERN=${KERNLIB}
|
|||
LIBKERN=${KERNLIB_PROF}
|
||||
.endif
|
||||
|
||||
### for the Motorola 68040 Floating Point Software Product
|
||||
.include "$S/arch/m68k/fpsp/Makefile.inc"
|
||||
|
||||
INCLUDES= -nostdinc -I. -I$S/arch -I$S -I$S/sys
|
||||
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -DREFBIT -Dmac68k
|
||||
CFLAGS= -O ${COPTS}
|
||||
|
@ -72,7 +75,8 @@ NORMAL_S_C= ${CPP} ${COPTS} ${PARAM} $< | ${AS} -o $@
|
|||
# ${SYSTEM_LD_HEAD}
|
||||
# ${SYSTEM_LD} swapxxx.o
|
||||
# ${SYSTEM_LD_TAIL}
|
||||
SYSTEM_OBJ= locore.o vnode_if.o ${OBJS} param.o ioconf.o conf.o ${LIBKERN}
|
||||
SYSTEM_OBJ= locore.o ${FPSP} vnode_if.o ${OBJS} param.o ioconf.o conf.o \
|
||||
${LIBKERN}
|
||||
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
|
||||
SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
|
||||
SYSTEM_LD= @strip=-x; [ X${DEBUG} = X-g ] && strip=-X || true; \
|
||||
|
|
Loading…
Reference in New Issue