blob: d402496759e4c5b732d7c7a2990b7ced8c6c371c [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 Gruszkaf3a1b492011-08-30 13:14:41 +020011iwl4965-objs := 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
12iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080013
14# 3945
15obj-$(CONFIG_IWL3945) += iwl3945.o
Stanislaw Gruszkaccf55332011-09-06 12:28:10 +020016iwl3945-objs := 3945-mac.o 3945.o 3945-rs.o
17iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080018
19ccflags-y += -D__CHECK_ENDIAN__