xref: /freebsd-13.1/sys/modules/superio/Makefile (revision 83271c68)
1e3722b78SAndriy Gapon# $FreeBSD$
2e3722b78SAndriy Gapon
3e3722b78SAndriy Gapon.PATH: ${.CURDIR}/../../dev/superio
4e3722b78SAndriy Gapon
5e3722b78SAndriy GaponKMOD=	superio
6e3722b78SAndriy GaponSRCS=	superio.c
7e3722b78SAndriy GaponSRCS+=	device_if.h bus_if.h isa_if.h
8e3722b78SAndriy Gapon
9*83271c68SKonstantin BelousovEXPORT_SYMS=	YES
10*83271c68SKonstantin Belousov
11e3722b78SAndriy Gapon.include <bsd.kmod.mk>
12