Include if_hme_sbus.c, so that the module can also be used on sbus

machines. Remove opt_bdg.h, which is not needed.
This commit is contained in:
Thomas Moestl 2003-01-09 00:46:41 +00:00
parent a0de7a9e73
commit 2f28543e59

View File

@ -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>