2003-01-09 16:29:03 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/hme
|
|
|
|
|
|
|
|
KMOD= if_hme
|
2008-05-04 14:59:25 +00:00
|
|
|
SRCS= bus_if.h device_if.h if_hme.c if_hme_pci.c ${if_hme_sbus} miibus_if.h
|
|
|
|
SRCS+= ${ofw_bus_if} pci_if.h
|
2004-08-14 22:40:16 +00:00
|
|
|
|
2008-05-04 14:59:25 +00:00
|
|
|
.if ${MACHINE} == "sparc64"
|
|
|
|
if_hme_sbus= if_hme_sbus.c
|
|
|
|
ofw_bus_if= ofw_bus_if.h
|
2004-08-14 22:40:16 +00:00
|
|
|
.endif
|
2003-01-09 16:29:03 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|