Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf include wakecode after kernel rules so t...



details:   https://anonhg.NetBSD.org/src/rev/55f60a793cb4
branches:  trunk
changeset: 769565:55f60a793cb4
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 14 14:59:29 2011 +0000

description:
include wakecode after kernel rules so that the .depend rules are defined

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 8d960cd40c76 -r 55f60a793cb4 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Wed Sep 14 14:58:43 2011 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Wed Sep 14 14:59:29 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amd64,v 1.38 2011/08/02 17:22:51 joerg Exp $
+#      $NetBSD: Makefile.amd64,v 1.39 2011/09/14 14:59:29 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -107,14 +107,14 @@
 
 %RULES
 
-## Include rules for ACPI wakecode
-.include "$S/arch/x86/acpi/Makefile.wakecode.inc"
-
 ##
 ## (9) port independent kernel machinery
 ##
 .include "$S/conf/Makefile.kern.inc"
 
+## Include rules for ACPI wakecode
+.include "$S/arch/x86/acpi/Makefile.wakecode.inc"
+
 ##
 ## (10) Appending make options.
 ##



Home | Main Index | Thread Index | Old Index