Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2010 11:04:52 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203859 - head/sys/conf
Message-ID:  <201002141104.o1EB4qPN051199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sun Feb 14 11:04:52 2010
New Revision: 203859
URL: http://svn.freebsd.org/changeset/base/203859

Log:
  Also build ah_eeprom_v4k.c when ar9280 is selected.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sun Feb 14 09:48:53 2010	(r203858)
+++ head/sys/conf/files	Sun Feb 14 11:04:52 2010	(r203859)
@@ -555,7 +555,7 @@ dev/ath/ath_hal/ah_eeprom_v14.c \
 	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/ath_hal/ah_eeprom_v4k.c \
-	optional ath_hal | ath_ar9285 \
+	optional ath_hal | ath_ar9280 | ath_ar9285 \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/ath_hal/ah_regdomain.c	optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002141104.o1EB4qPN051199>