Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 03:05:02 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270036 - head/sys/conf
Message-ID:  <201408160305.s7G352lr068015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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