summaryrefslogtreecommitdiffstats
path: root/sys/modules/hme/Makefile
blob: 465628195eed33e64e1469105d931ed86f796be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/hme

KMOD=	if_hme
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

.if ${MACHINE} == "sparc64"
if_hme_sbus=	if_hme_sbus.c
ofw_bus_if=	ofw_bus_if.h
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud