summaryrefslogtreecommitdiffstats
path: root/sys/modules/proto/Makefile
blob: 80a0050c1c9f390023dbff7ca3916f3bb574b5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

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

KMOD=	proto
SRCS=	\
	proto_bus_isa.c \
	proto_bus_pci.c \
	proto_busdma.c \
	proto_core.c

SRCS+=	\
	bus_if.h \
	device_if.h \
	isa_if.h \
	pci_if.h

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