aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlegacy/Makefile')
-rw-r--r--drivers/net/wireless/iwlegacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/Makefile b/drivers/net/wireless/iwlegacy/Makefile
index d402496759e4..0f51f9d9e647 100644
--- a/drivers/net/wireless/iwlegacy/Makefile
+++ b/drivers/net/wireless/iwlegacy/Makefile
@@ -1,5 +1,5 @@
1obj-$(CONFIG_IWLEGACY) += iwl-legacy.o 1obj-$(CONFIG_IWLEGACY) += iwl-legacy.o
2iwl-legacy-objs := iwl-core.o iwl-eeprom.o iwl-hcmd.o iwl-power.o 2iwl-legacy-objs := common.o iwl-eeprom.o iwl-hcmd.o iwl-power.o
3iwl-legacy-objs += iwl-rx.o iwl-tx.o iwl-sta.o 3iwl-legacy-objs += iwl-rx.o iwl-tx.o iwl-sta.o
4iwl-legacy-objs += iwl-scan.o iwl-led.o 4iwl-legacy-objs += iwl-scan.o iwl-led.o
5iwl-legacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o 5iwl-legacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o