1# $FreeBSD: stable/11/sys/modules/proto/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/dev/proto
4
5KMOD=	proto
6SRCS=	\
7	proto_bus_isa.c \
8	proto_bus_pci.c \
9	proto_busdma.c \
10	proto_core.c
11
12SRCS+=	\
13	bus_if.h \
14	device_if.h \
15	isa_if.h \
16	pci_if.h
17
18.include <bsd.kmod.mk>
19