Add an hme(4) module.
PR: 46871 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
This commit is contained in:
parent
fa20ded9d1
commit
8267f212f3
@ -266,6 +266,10 @@ SUBDIR+=linprocfs \
|
||||
vinum
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
SUBDIR+=if_hme
|
||||
.endif
|
||||
|
||||
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
|
||||
SUBDIR=${MODULES_OVERRIDE}
|
||||
.endif
|
||||
|
9
sys/modules/if_hme/Makefile
Normal file
9
sys/modules/if_hme/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.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+= miibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user