1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/smapi/Makefile
Matthew N. Dodd 7534ac7ab7 A driver for the System Management Application Program
Interface (SMAPI) BIOS, which is present on some IBM
Thinkpad models (560, 600, 770 to name a few.)

The SMAPI BIOS provides access to System Information,
System Configuration, and Power Management.
2003-01-17 08:10:18 +00:00

10 lines
158 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../i386/smapi
KMOD= smapi
SRCS= smapi_isa.c smapi.c smapi_bios.S \
bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>