From 7dda139e6d8386d1f611d548451cbca030de1df6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 1 Mar 2022 13:58:55 -0700 Subject: [PATCH] ath: missed a chance to use ${ATH_C} Fixes: 8881d206f4e6 (reviewed by scottl, markj in D34401) Noticed by: markj Sponsored by: Netflix --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 38272255e8a..49364d4cd6c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -980,7 +980,7 @@ dev/ath/ath_hal/ah_eeprom_9287.c \ optional ath_hal | ath_ar9287 \ compile-with "${ATH_C}" dev/ath/ath_hal/ah_regdomain.c optional ath \ - compile-with "${NORMAL_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW} -I$S/dev/ath" + compile-with "${ATH_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW}" # ar5210 dev/ath/ath_hal/ar5210/ar5210_attach.c optional ath_hal | ath_ar5210 \ compile-with "${ATH_C} -I$S/dev/ath/ath_hal"