[ath_hal] if building with ALQ, ensure we actually depend upon ALQ.

This commit is contained in:
Adrian Chadd 2017-06-29 03:59:02 +00:00
parent b6c4248397
commit 86a656deb0

View File

@ -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