summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2003-01-09 00:46:41 +0000
committertmm <tmm@FreeBSD.org>2003-01-09 00:46:41 +0000
commitb44ef67cf27ccf3acc3b0dbd5dfa185ce0474f2d (patch)
tree036efcf0827234c0d64c856ef34bd1cfbb5398bc /sys
parentc1f62b116da233e3f8b8c4cf1b84df4f40ca2633 (diff)
downloadFreeBSD-src-b44ef67cf27ccf3acc3b0dbd5dfa185ce0474f2d.zip
FreeBSD-src-b44ef67cf27ccf3acc3b0dbd5dfa185ce0474f2d.tar.gz
Include if_hme_sbus.c, so that the module can also be used on sbus
machines. Remove opt_bdg.h, which is not needed.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/if_hme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_hme/Makefile b/sys/modules/if_hme/Makefile
index e4bcd0f..4660231 100644
--- a/sys/modules/if_hme/Makefile
+++ b/sys/modules/if_hme/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/hme
KMOD= if_hme
-SRCS= if_hme.c if_hme_pci.c opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS= if_hme.c if_hme_pci.c if_hme_sbus.c device_if.h bus_if.h pci_if.h
SRCS+= miibus_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud