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