Module Name:    src
Committed By:   christos
Date:           Wed Sep 14 14:59:30 UTC 2011

Modified Files:
        src/sys/arch/amd64/conf: Makefile.amd64

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amd64/conf/Makefile.amd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.38 src/sys/arch/amd64/conf/Makefile.amd64:1.39
--- src/sys/arch/amd64/conf/Makefile.amd64:1.38	Tue Aug  2 13:22:51 2011
+++ src/sys/arch/amd64/conf/Makefile.amd64	Wed Sep 14 10:59:29 2011
@@ -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.
 ##

Reply via email to