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

This commit is contained in:
dyoung 2011-04-04 19:55:16 +00:00
parent 354f9cc3c3
commit 89b7c74ba3
1 changed files with 4 additions and 1 deletions

View File

@ -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 PRDCTTYPE="obs266"
makeoptions TEXTADDR=0x25000
options KERNBASE=0x25000
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
include "arch/evbppc/conf/files.obs266"