Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 1 | obj-$(CONFIG_IWLMVM) += iwlmvm.o |
| 2 | iwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o |
Lilach Edelstein | 1f3b0ff | 2013-10-06 13:03:32 +0200 | [diff] [blame^] | 3 | iwlmvm-y += utils.o rx.o tx.o binding.o quota.o sta.o sf.o |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 4 | iwlmvm-y += scan.o time-event.o rs.o |
Alexander Bondar | e811ada | 2013-03-10 15:29:44 +0200 | [diff] [blame] | 5 | iwlmvm-y += power.o power_legacy.o bt-coex.o |
Eytan Lifshitz | 9ee718a | 2013-05-19 19:14:41 +0300 | [diff] [blame] | 6 | iwlmvm-y += led.o tt.o |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 7 | iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o |
Johannes Berg | 820a1a5 | 2013-11-12 16:58:41 +0100 | [diff] [blame] | 8 | iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o debugfs-vif.o |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 9 | iwlmvm-$(CONFIG_PM_SLEEP) += d3.o |
| 10 | |
| 11 | ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../ |