aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2014-08-16 03:05:02 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2014-08-16 03:05:02 +0000
commita5d6708eed874d1e137f5c6386bb2434298d1ae8 (patch)
tree81678d5b4694564908005f98b24e137fffc70ffc /sys/conf/files
parentd5b14891eb7263dab2e0d08df06fd801505f46b3 (diff)
downloadsrc-a5d6708eed874d1e137f5c6386bb2434298d1ae8.tar.gz
src-a5d6708eed874d1e137f5c6386bb2434298d1ae8.zip
Add if_ath_alq code into the non-module build.
Notes
Notes: svn path=/head/; revision=270036
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 3416572d3879..2045406d76c0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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 \