mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 23:55:17 +00:00
iwlegacy: rename module name
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
0cdc21363c
commit
7f8e122380
@ -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…
Reference in New Issue
Block a user