iwlwifi: mvm: move interface-specific debugfs to a new file
[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 power_legacy.o bt-coex.o
6 iwlmvm-y += led.o tt.o
7 iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
8 iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o debugfs-vif.o
9 iwlmvm-$(CONFIG_PM_SLEEP) += d3.o
10
11 ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/../
This page took 0.048847 seconds and 5 git commands to generate.