Blame view

kernel/linux-rt-4.4.41/drivers/net/wireless/ath/ath10k/Makefile 645 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  obj-$(CONFIG_ATH10K) += ath10k_core.o
  ath10k_core-y += mac.o \
  		 debug.o \
  		 core.o \
  		 htc.o \
  		 htt.o \
  		 htt_rx.o \
  		 htt_tx.o \
  		 txrx.o \
  		 wmi.o \
  		 wmi-tlv.o \
  		 bmi.o \
  		 hw.o \
  		 p2p.o \
  		 swap.o
  
  ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
  ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
  ath10k_core-$(CONFIG_ATH10K_TRACING) += trace.o
  ath10k_core-$(CONFIG_THERMAL) += thermal.o
  ath10k_core-$(CONFIG_MAC80211_DEBUGFS) += debugfs_sta.o
  ath10k_core-$(CONFIG_PM) += wow.o
  
  obj-$(CONFIG_ATH10K_PCI) += ath10k_pci.o
  ath10k_pci-y += pci.o \
  		ce.o
  
  # for tracing framework to find trace.h
  CFLAGS_trace.o := -I$(src)