aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2008-02-06 03:24:29 +0000
committerScott Long <scottl@FreeBSD.org>2008-02-06 03:24:29 +0000
commitbbcc7dac082d9e2b2a5a5713ea07c12740fcbdab (patch)
treeb0907552dd0bd4d512da2cb0ace53ba028c299c0 /sys/modules
parentac9f2799f0b21bd2ffd366bbd467bf9639e78e0a (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
-rw-r--r--sys/modules/rr232x/Makefile14
2 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index da8006dc2f1c..1be521fc8302 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -221,7 +221,6 @@ SUBDIR= ${_3dfx} \
reiserfs \
rl \
rp \
- ${_rr232x} \
rue \
rum \
${_s3} \
@@ -473,7 +472,6 @@ _wpifw= wpifw
_padlock= padlock
.endif
.endif
-_rr232x= rr232x
_s3= s3
_twa= twa
_vesa= vesa
@@ -531,7 +529,6 @@ _nve= nve
_nvram= nvram
_nxge= nxge
_pccard= pccard
-_rr232x= rr232x
_safe= safe
_scsi_low= scsi_low
_smbfs= smbfs
diff --git a/sys/modules/rr232x/Makefile b/sys/modules/rr232x/Makefile
deleted file mode 100644
index 0321bf81b743..000000000000
--- a/sys/modules/rr232x/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id: Makefile.def,v 1.14 2006/04/06 09:23:49 gmm Exp $
-# $FreeBSD$
-
-RR232X= ${.CURDIR}/../../dev/rr232x
-.PATH: ${RR232X}
-
-KMOD = rr232x
-SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h os_bsd.c osm_bsd.c rr232x_config.c
-OBJS = rr232x_lib.o
-
-rr232x_lib.o:
- uudecode -p < ${RR232X}/$(MACHINE_ARCH)-elf.rr232x_lib.o.uu > ${.TARGET}
-
-.include <bsd.kmod.mk>