mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
iwlegacy: rename module name
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
0cdc21363c
commit
7f8e122380
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue