Add a Makefile for ACPI CPUs.
It is safe to load and unload the whole ACPI CPU -functionality at runtime.
This commit is contained in:
parent
4d861e5bb4
commit
47bb5e479e
13
sys/modules/acpicpu/Makefile
Normal file
13
sys/modules/acpicpu/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.1 2010/07/18 09:37:50 jruoho Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/acpi
|
||||
.PATH: ${S}/arch/x86/acpi
|
||||
|
||||
KMOD= acpicpu
|
||||
SRCS= acpi_cpu.c acpi_cpu_cstate.c acpi_cpu_md.c
|
||||
|
||||
WARNS= 4
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue
Block a user