mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
add include path required to find ah_osdep.h
PR: kern/122145 MFC after: 3 days
This commit is contained in:
parent
2fa02c5fb7
commit
ffbb71c625
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue