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

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

KMOD=	if_hme
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>
OpenPOWER on IntegriCloud