Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / mvm / Makefile
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
5 iwlmvm-y += power.o
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)/../
This page took 0.031841 seconds and 6 git commands to generate.