svn commit: r251739 - head/tools/tools/ath
Adrian Chadd
adrian at FreeBSD.org
Fri Jun 14 08:12:54 UTC 2013
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 <bsd.subdir.mk>
More information about the svn-src-all
mailing list