mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
7534ac7ab7
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.
10 lines
158 B
Makefile
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>
|