freebsd-dev/sys/modules/acpi/acpi_toshiba/Makefile
Warner Losh c2aed5122b After discussions with Nate, repo copy the acpi assist drivers from
i386 to dev/acpi_support.  In theory, these devices could be found
other than in i386 machines only as amd64 becomes more popular.  These
drivers don't appear to do anything i386 specific, so move them to
dev/acpi_support.  Move config lines to files so that those
architectures that don't support kernel modules can build them into
the kernel.  At the same time, rename acpi_snc to acpi_sony to follow
the lead of all the other specialty devices.
2004-11-15 05:54:15 +00:00

11 lines
224 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/acpi_support
KMOD= acpi_toshiba
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
SRCS= acpi_toshiba.c opt_acpi.h acpi_if.h bus_if.h device_if.h
.include <bsd.kmod.mk>