blob: ab417090643baf3f0f8cdbb5ad319ab6d972a289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.PATH: ${SRCTOP}/sys/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>
|