From owner-svn-src-head@FreeBSD.ORG Fri Jun 14 08:12:54 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BD5CE7AB; Fri, 14 Jun 2013 08:12:54 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B13121AE4; Fri, 14 Jun 2013 08:12:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5E8Cs3o028877; Fri, 14 Jun 2013 08:12:54 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5E8CsZY028876; Fri, 14 Jun 2013 08:12:54 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201306140812.r5E8CsZY028876@svn.freebsd.org> From: Adrian Chadd Date: Fri, 14 Jun 2013 08:12:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251739 - head/tools/tools/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 08:12:54 -0000 Author: adrian Date: Fri Jun 14 08:12:54 2013 New Revision: 251739 URL: http://svnweb.freebsd.org/changeset/base/251739 Log: Link the AR9300 EEPROM dump tool into the build. Modified: head/tools/tools/ath/Makefile Modified: head/tools/tools/ath/Makefile ============================================================================== --- head/tools/tools/ath/Makefile Fri Jun 14 08:12:40 2013 (r251738) +++ head/tools/tools/ath/Makefile Fri Jun 14 08:12:54 2013 (r251739) @@ -2,7 +2,7 @@ SUBDIR= arcode athdebug athdecode athkey athpoke athprom athrd athregs SUBDIR+= athstats ath_prom_read athradar athaggrstats -SUBDIR+= ath_ee_v14_print ath_ee_v4k_print ath_ee_9287_print +SUBDIR+= ath_ee_v14_print ath_ee_v4k_print ath_ee_9287_print ath_ee_9300_print SUBDIR+= athsurvey athratestats athspectral .include