summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-03-31 18:49:09 +0000
committersam <sam@FreeBSD.org>2008-03-31 18:49:09 +0000
commitf6ff14fe1e5c3785a823d5f9db4e734d64afd5fd (patch)
tree78a6e2a97ed7f28a3f75149056df4fc77b951ef2 /sys/conf
parent1cec369535292eab06c22690afab8043336f2e23 (diff)
downloadFreeBSD-src-f6ff14fe1e5c3785a823d5f9db4e734d64afd5fd.zip
FreeBSD-src-f6ff14fe1e5c3785a823d5f9db4e734d64afd5fd.tar.gz
add include path required to find ah_osdep.h
PR: kern/122145 MFC after: 3 days
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0236781..acc024c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -476,7 +476,8 @@ dev/ata/atapi-fd.c optional atapifd
dev/ata/atapi-tape.c optional atapist
dev/ath/ah_osdep.c optional ath_hal \
compile-with "${NORMAL_C} -I$S/dev/ath"
-dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr
+dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
OpenPOWER on IntegriCloud