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 |
| 3 | iwlmvm-y += utils.o rx.o tx.o binding.o quota.o sta.o |
| 4 | iwlmvm-y += scan.o time-event.o rs.o |
Emmanuel Grumbach | 931d416 | 2013-01-17 09:42:25 +0200 | [diff] [blame] | 5 | iwlmvm-y += power.o bt-coex.o |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 6 | iwlmvm-y += led.o |
| 7 | iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o |
| 8 | iwlmvm-$(CONFIG_PM_SLEEP) += d3.o |
| 9 | |
| 10 | ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../ |