mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 12:33:07 -04:00
This allows folks to enable debug statements in asmc(4) using kernel configs via the `options ASMC_DEBUG` directive. While here, remove a duplicate `device vt_efifb` directive in `NOTES` as it's already handled in the `GENERIC` config MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54511 (cherry picked from commit f224591746bdaf14ad5f63de4738a3146cc2f55f)
6 lines
132 B
Makefile
6 lines
132 B
Makefile
.PATH: ${SRCTOP}/sys/dev/asmc
|
|
|
|
KMOD= asmc
|
|
SRCS= asmc.c opt_acpi.h opt_asmc.h acpi_if.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|