mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
8 lines
176 B
Makefile
8 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/acpi_support
|
|
KMOD= acpi_ibm
|
|
SRCS= acpi_ibm.c opt_acpi.h device_if.h bus_if.h acpi_if.h
|
|
SRCS+= opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|