summaryrefslogtreecommitdiffstats
path: root/sys/modules/io/Makefile
blob: 1612fa0eff5fb055486be2d37ec91c82a28efd2d (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/io
.PATH: ${.CURDIR}/../../${MACHINE_CPUARCH}/${MACHINE_CPUARCH}

KMOD=	io
SRCS=	iodev.c io.c
SRCS+=	bus_if.h device_if.h

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