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:
parent
01e75c182c
commit
21afb9f757
@ -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)
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user