Now that hme(4) is MI build its module on all platforms.

Tested by:	`make universe` and powerpc cross-build on i386
This commit is contained in:
marius 2004-08-14 22:40:16 +00:00
parent 01e75c182c
commit 21afb9f757
2 changed files with 6 additions and 4 deletions

View File

@ -82,7 +82,7 @@ SUBDIR= ${_3dfx} \
hatm \
${_hfa} \
hifn \
${_hme} \
hme \
${_i2c} \
${_ibcs2} \
${_ichwd} \
@ -421,7 +421,6 @@ _gem= gem
.if ${MACHINE_ARCH} == "sparc64"
_gem= gem
_hme= hme
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)

View File

@ -3,7 +3,10 @@
.PATH: ${.CURDIR}/../../dev/hme
KMOD= if_hme
SRCS= if_hme.c if_hme_pci.c if_hme_sbus.c device_if.h bus_if.h ofw_bus_if.h
SRCS+= pci_if.h miibus_if.h
SRCS= bus_if.h device_if.h if_hme.c if_hme_pci.c miibus_if.h pci_if.h
.if ${MACHINE_ARCH} == "sparc64"
SRCS+= if_hme_sbus.c ofw_bus_if.h
.endif
.include <bsd.kmod.mk>