aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sio/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-04-30 18:28:26 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-04-30 18:28:26 +0000
commit0e59ab9692301f21d5d8ef908cb87f33dd944e64 (patch)
treec4f4dcf4af40c592b72b099f59de453c38a1e796 /sys/modules/sio/Makefile
parent231a973125f7bca714d6aa7efb785ea27b208340 (diff)
downloadsrc-0e59ab9692301f21d5d8ef908cb87f33dd944e64.tar.gz
src-0e59ab9692301f21d5d8ef908cb87f33dd944e64.zip
Remove the source file for the sio(4) EBus attachment here, too.
Notes
Notes: svn path=/head/; revision=128773
Diffstat (limited to 'sys/modules/sio/Makefile')
-rw-r--r--sys/modules/sio/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/sio/Makefile b/sys/modules/sio/Makefile
index 9f249179fb8b..1e948a30d526 100644
--- a/sys/modules/sio/Makefile
+++ b/sys/modules/sio/Makefile
@@ -14,10 +14,6 @@ SRCS+= sio_cbus.c
.else
SRCS+= sio_isa.c
.endif
-.if ${MACHINE} == "sparc64"
-### untested
-SRCS+= sio_ebus.c
-.endif
opt_compat.h:
echo "#define COMPAT_43 1" > ${.TARGET}