Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Pull in the Atheros HAL options so that...



details:   https://anonhg.NetBSD.org/src/rev/c92019e4d2da
branches:  trunk
changeset: 763818:c92019e4d2da
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Apr 04 19:55:16 2011 +0000

description:
Pull in the Atheros HAL options so that OPENBLOCKS266_OPT will build.

diffstat:

 sys/arch/evbppc/conf/std.obs266 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 32ddb4d5c360 -r c92019e4d2da sys/arch/evbppc/conf/std.obs266
--- a/sys/arch/evbppc/conf/std.obs266   Mon Apr 04 19:51:33 2011 +0000
+++ b/sys/arch/evbppc/conf/std.obs266   Mon Apr 04 19:55:16 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.obs266,v 1.1 2010/03/18 14:15:38 kiyohara Exp $
+#      $NetBSD: std.obs266,v 1.2 2011/04/04 19:55:16 dyoung Exp $
 #
 # Standard/required options for obs266.
 
@@ -8,4 +8,7 @@
 makeoptions    TEXTADDR=0x25000
 options        KERNBASE=0x25000
 
+# Atheros HAL options
+include "external/isc/atheros_hal/conf/std.ath_hal"
+
 include                "arch/evbppc/conf/files.obs266"



Home | Main Index | Thread Index | Old Index