mirror of https://gitee.com/openkylin/linux.git
iwlegacy: merge iwl-4965-lib.c into 4965-mac.c
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
a1751b22a8
commit
fcb74588dc
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@ iwl-legacy-objs += $(iwl-legacy-m)
|
||||||
# 4965
|
# 4965
|
||||||
obj-$(CONFIG_IWL4965) += iwl4965.o
|
obj-$(CONFIG_IWL4965) += iwl4965.o
|
||||||
iwl4965-objs := 4965.o 4965-mac.o iwl-4965-rs.o
|
iwl4965-objs := 4965.o 4965-mac.o iwl-4965-rs.o
|
||||||
iwl4965-objs += iwl-4965-lib.o iwl-4965-calib.o
|
iwl4965-objs += iwl-4965-calib.o
|
||||||
iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-4965-debugfs.o
|
iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-4965-debugfs.o
|
||||||
|
|
||||||
# 3945
|
# 3945
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue