9900a2bb5e
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/acpi_support
|
|
|
|
KMOD= acpi_toshiba
|
|
SRCS= acpi_toshiba.c opt_acpi.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|