Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf include wakecode after so that the depend...
details: https://anonhg.NetBSD.org/src/rev/ae5c67d62286
branches: trunk
changeset: 769563:ae5c67d62286
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 14 14:58:08 2011 +0000
description:
include wakecode after so that the depend rules are defined!
diffstat:
sys/arch/i386/conf/Makefile.i386 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 559bf2e3b97d -r ae5c67d62286 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386 Wed Sep 14 14:34:37 2011 +0000
+++ b/sys/arch/i386/conf/Makefile.i386 Wed Sep 14 14:58:08 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.i386,v 1.174 2011/08/07 14:39:15 jakllsch Exp $
+# $NetBSD: Makefile.i386,v 1.175 2011/09/14 14:58:08 christos Exp $
# Makefile for NetBSD
#
@@ -117,14 +117,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