From e9e237190bdf17d9aed44c84d7b9f85124ff3c0b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 31 Mar 2011 12:03:30 +0000 Subject: [PATCH] ath_ahb shouldn't be compiled normally; it is atheros chip specific. Remove it from here; users can compile it manually if needed. --- sys/modules/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4dd2a0ea89b..6f239dc0b14 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -35,7 +35,6 @@ SUBDIR= ${_3dfx} \ ${_asr} \ ata \ ath \ - ath_ahb \ ath_pci \ ${_auxio} \ bce \