Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/acpicpu Add a Makefile for ACPI CPUs.
details: https://anonhg.NetBSD.org/src/rev/d4c69ef37882
branches: trunk
changeset: 756443:d4c69ef37882
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sun Jul 18 09:37:50 2010 +0000
description:
Add a Makefile for ACPI CPUs.
It is safe to load and unload the whole ACPI CPU -functionality at runtime.
diffstat:
sys/modules/acpicpu/Makefile | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 62a1f1ea354e -r d4c69ef37882 sys/modules/acpicpu/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/acpicpu/Makefile Sun Jul 18 09:37:50 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index