blob: da83c69458bf710df09c2e5a9477f771688e82fb [file] [log] [blame]
Stanislaw Gruszkad3175162011-11-15 11:25:42 +01001obj-$(CONFIG_IWLEGACY) += iwl-legacy.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -08002iwl-legacy-objs := iwl-core.o iwl-eeprom.o iwl-hcmd.o iwl-power.o
3iwl-legacy-objs += iwl-rx.o iwl-tx.o iwl-sta.o
4iwl-legacy-objs += iwl-scan.o iwl-led.o
Stanislaw Gruszkad3175162011-11-15 11:25:42 +01005iwl-legacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -08006
7iwl-legacy-objs += $(iwl-legacy-m)
8
Wey-Yi Guybe663ab2011-02-21 11:27:26 -08009# 4965
10obj-$(CONFIG_IWL4965) += iwl4965.o
Stanislaw Gruszkafc19cbd2011-08-29 16:59:15 +020011iwl4965-objs := 4965.o 4965-mac.o iwl-4965-rs.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080012iwl4965-objs += iwl-4965-ucode.o iwl-4965-tx.o
13iwl4965-objs += iwl-4965-lib.o iwl-4965-rx.o iwl-4965-calib.o
14iwl4965-objs += iwl-4965-sta.o iwl-4965-eeprom.o
Stanislaw Gruszkad3175162011-11-15 11:25:42 +010015iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-4965-debugfs.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080016
17# 3945
18obj-$(CONFIG_IWL3945) += iwl3945.o
Stanislaw Gruszkaecce1f02011-08-29 17:05:28 +020019iwl3945-objs := 3945-mac.o 3945.o iwl-3945-rs.o
Stanislaw Gruszkad3175162011-11-15 11:25:42 +010020iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-3945-debugfs.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080021
22ccflags-y += -D__CHECK_ENDIAN__