[ath_hal] if building with ALQ, ensure we actually depend upon ALQ.
This commit is contained in:
parent
b6c4248397
commit
86a656deb0
@ -449,3 +449,6 @@ ath_hal_modevent(module_t mod __unused, int type, void *data __unused)
|
||||
|
||||
DEV_MODULE(ath_hal, ath_hal_modevent, NULL);
|
||||
MODULE_VERSION(ath_hal, 1);
|
||||
#if defined(AH_DEBUG_ALQ)
|
||||
MODULE_DEPEND(ath_hal, alq, 1, 1, 1);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user