iwlwifi: split the drivers for agn and legacy devices 3945/4965
[deliverable/linux.git] / drivers / net / wireless / Makefile
index 9760561a27a50b411f004e6ed50dee66bf95428f..cd0c7e2aed43622d5e6671087402b168abc07f23 100644 (file)
@@ -41,7 +41,8 @@ obj-$(CONFIG_ADM8211) += adm8211.o
 
 obj-$(CONFIG_MWL8K)    += mwl8k.o
 
-obj-$(CONFIG_IWLWIFI)  += iwlwifi/
+obj-$(CONFIG_IWLAGN)   += iwlwifi/
+obj-$(CONFIG_IWLWIFI_LEGACY)   += iwlegacy/
 obj-$(CONFIG_RT2X00)   += rt2x00/
 
 obj-$(CONFIG_P54_COMMON)       += p54/
This page took 0.044991 seconds and 5 git commands to generate.