summaryrefslogtreecommitdiffstats
path: root/sys/modules/gnufpu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commitac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch)
tree0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/gnufpu
parentcee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff)
downloadFreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip
FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz
Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
Diffstat (limited to 'sys/modules/gnufpu')
-rw-r--r--sys/modules/gnufpu/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/modules/gnufpu/Makefile b/sys/modules/gnufpu/Makefile
index 85610c2..2332e4b 100644
--- a/sys/modules/gnufpu/Makefile
+++ b/sys/modules/gnufpu/Makefile
@@ -1,15 +1,13 @@
-# $Id: Makefile,v 1.4 1997/07/20 08:46:30 bde Exp $
+# $Id: Makefile,v 1.5 1997/08/26 13:49:26 bde Exp $
-.PATH: ${.CURDIR}/../../sys/gnu/i386/fpemul
-KMOD= gnufpu_mod
+.PATH: ${.CURDIR}/../../gnu/i386/fpemul
+KMOD= gnufpu
SRCS= div_small.s errors.c fpu_arith.c fpu_aux.c fpu_entry.c fpu_etc.c \
fpu_trig.c get_address.c load_store.c poly_2xm1.c poly_atan.c \
poly_div.s poly_l2.c poly_mul64.s poly_sin.c poly_tan.c \
polynomial.s reg_add_sub.c reg_compare.c reg_constant.c reg_div.s \
reg_ld_str.c reg_u_mul.s reg_u_sub.s wm_shrx.s wm_sqrt.s
NOMAN=
-PSEUDO_LKM=
-CFLAGS+= -DLKM
.s.o:
${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c \
OpenPOWER on IntegriCloud