diff options
author | adrian <adrian@FreeBSD.org> | 2013-01-02 04:00:54 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-01-02 04:00:54 +0000 |
commit | 8445fc8dbf089c25f6a8b42d805cd434449519e1 (patch) | |
tree | ec8365ae5aa3229b7e3fedc25b5a7874da91e26c /sys/conf/files | |
parent | 5fd18f70ab267770589101678c7fb01c98bdfe76 (diff) | |
download | FreeBSD-src-8445fc8dbf089c25f6a8b42d805cd434449519e1.zip FreeBSD-src-8445fc8dbf089c25f6a8b42d805cd434449519e1.tar.gz |
Link if_ath_spectral.c into the build.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index ab4bbba..ec3b585 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -726,6 +726,8 @@ dev/ath/if_ath_rx.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_rx_edma.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" +dev/ath/if_ath_spectral.c optional ath \ + compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/ah_osdep.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" # |