From ffbb71c6253968c13e2e40e406975c70f27bb71b Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 31 Mar 2008 18:49:09 +0000 Subject: [PATCH] add include path required to find ah_osdep.h PR: kern/122145 MFC after: 3 days --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 0236781f57e..acc024cf2e9 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 \