Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/acpi revert previous; bug was in the position o...
details: https://anonhg.NetBSD.org/src/rev/8d960cd40c76
branches: trunk
changeset: 769564:8d960cd40c76
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 14 14:58:43 2011 +0000
description:
revert previous; bug was in the position of the inclusion of the file.
diffstat:
sys/arch/x86/acpi/Makefile.wakecode.inc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r ae5c67d62286 -r 8d960cd40c76 sys/arch/x86/acpi/Makefile.wakecode.inc
--- a/sys/arch/x86/acpi/Makefile.wakecode.inc Wed Sep 14 14:58:08 2011 +0000
+++ b/sys/arch/x86/acpi/Makefile.wakecode.inc Wed Sep 14 14:58:43 2011 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.wakecode.inc,v 1.6 2011/09/14 13:13:21 christos Exp $
+# $NetBSD: Makefile.wakecode.inc,v 1.7 2011/09/14 14:58:43 christos Exp $
# FreeBSD: src/sys/i386/acpica/Makefile,v 1.3 2002/05/01 21:54:07 peter Exp
ACPI_WAKECODE_S= ${S}/arch/${MACHINE}/acpi/acpi_wakecode.S
ACPI_GENWAKECODE= ${S}/arch/x86/acpi/genwakecode.sh
+ACPI_WAKEUP_C= ${S}/arch/x86/acpi/acpi_wakeup.c
ACPI_GENCMD= AWK=${TOOL_AWK:Q} \
HEXDUMP=${TOOL_HEXDUMP:Q} \
SED=${TOOL_SED:Q} \
@@ -20,4 +21,4 @@
${ACPI_GENCMD} ${ACPI_GENWAKECODE} > acpi_wakecode.h
rm -f acpi_wakecode.bin acpi_wakecode.o acpi_wakecode.bin.map
-acpi_wakeup.o: acpi_wakecode.h
+acpi_wakeup.o acpu_wakeup.d: acpi_wakecode.h
Home |
Main Index |
Thread Index |
Old Index