From 0b3778c6a40da8af5b5ca69104d8b96dae67f687 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Tue, 15 Nov 2011 13:42:04 +0100 Subject: [PATCH] --- yaml --- r: 278185 b: refs/heads/master c: 7f8e12238049b0e5398e77cdf15f95a41077841f h: refs/heads/master i: 278183: 5b0d5b75c45e9a762f64353274cea23a9dbe7353 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/iwlegacy/Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 398d2b1a2e58..d72579e04867 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0cdc21363cc27989fe9aa1cde614ef4c0429d62f +refs/heads/master: 7f8e12238049b0e5398e77cdf15f95a41077841f diff --git a/trunk/drivers/net/wireless/iwlegacy/Makefile b/trunk/drivers/net/wireless/iwlegacy/Makefile index 413213b0e974..74218419f8ef 100644 --- a/trunk/drivers/net/wireless/iwlegacy/Makefile +++ b/trunk/drivers/net/wireless/iwlegacy/Makefile @@ -1,8 +1,8 @@ -obj-$(CONFIG_IWLEGACY) += iwl-legacy.o -iwl-legacy-objs := common.o -iwl-legacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o +obj-$(CONFIG_IWLEGACY) += iwlegacy.o +iwlegacy-objs := common.o +iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o -iwl-legacy-objs += $(iwl-legacy-m) +iwlegacy-objs += $(iwlegacy-m) # 4965 obj-$(CONFIG_IWL4965) += iwl4965.o