svn commit: r270036 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Sat Aug 16 03:05:03 UTC 2014


Author: adrian
Date: Sat Aug 16 03:05:02 2014
New Revision: 270036
URL: http://svnweb.freebsd.org/changeset/base/270036

Log:
  Add if_ath_alq code into the non-module build.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sat Aug 16 01:29:49 2014	(r270035)
+++ head/sys/conf/files	Sat Aug 16 03:05:02 2014	(r270036)
@@ -707,6 +707,8 @@ dev/ath/if_ath_ahb.c		optional ath_ahb \
 #
 dev/ath/if_ath.c		optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
+dev/ath/if_ath_alq.c		optional ath \
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/if_ath_beacon.c		optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/if_ath_btcoex.c		optional ath \


More information about the svn-src-all mailing list