aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-01-29 05:08:21 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-01-29 05:08:21 +0000
commit5bc8125ad39cc99f78c254a28e99341c2605a01b (patch)
tree89a514d9b11cdc48762aef6e86ef5c66e1792fae /sys/conf/files
parentb2691d144a2d4020254e8b6bf17f90c2a33b9e9e (diff)
downloadsrc-5bc8125ad39cc99f78c254a28e99341c2605a01b.tar.gz
src-5bc8125ad39cc99f78c254a28e99341c2605a01b.zip
Break out the debug macros from if_ath.c into if_ath_debug.[ch] .
This is prep work for breaking out the TX path into a separate set of source files.
Notes
Notes: svn path=/head/; revision=218058
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 b75d3d6721eb..3a20e2ac7ca7 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -566,6 +566,8 @@ dev/ata/atapi-cam.c optional atapicam
#
dev/ath/if_ath.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
+dev/ath/if_ath_debug.c optional ath \
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_pci.c optional ath pci \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ah_osdep.c optional ath \