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

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

KMOD=	if_le
SRCS=	am7990.c am79900.c ${if_le_ledma} if_le_pci.c lance.c
SRCS+=	bus_if.h device_if.h ${ofw_bus_if} pci_if.h

.if ${MACHINE_ARCH} == "sparc64"
if_le_ledma=	if_le_ledma.c
ofw_bus_if=	ofw_bus_if.h
.endif

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