Makefile (5ef26e966d3fd105ad9a7e8e8f6d12c7fbd4c03d) Makefile (4db66499df91b9398435e2dbee0e42cd6df0bc27)
1obj-$(CONFIG_ATH10K) += ath10k_core.o
2ath10k_core-y += mac.o \
3 debug.o \
4 core.o \
5 htc.o \
6 htt.o \
7 htt_rx.o \
8 htt_tx.o \

--- 16 unchanged lines hidden (view full) ---

25ath10k_pci-y += pci.o \
26 ce.o
27
28ath10k_pci-$(CONFIG_ATH10K_AHB) += ahb.o
29
30obj-$(CONFIG_ATH10K_SDIO) += ath10k_sdio.o
31ath10k_sdio-y += sdio.o
32
1obj-$(CONFIG_ATH10K) += ath10k_core.o
2ath10k_core-y += mac.o \
3 debug.o \
4 core.o \
5 htc.o \
6 htt.o \
7 htt_rx.o \
8 htt_tx.o \

--- 16 unchanged lines hidden (view full) ---

25ath10k_pci-y += pci.o \
26 ce.o
27
28ath10k_pci-$(CONFIG_ATH10K_AHB) += ahb.o
29
30obj-$(CONFIG_ATH10K_SDIO) += ath10k_sdio.o
31ath10k_sdio-y += sdio.o
32
33obj-$(CONFIG_ATH10K_USB) += ath10k_usb.o
34ath10k_usb-y += usb.o
35
33# for tracing framework to find trace.h
34CFLAGS_trace.o := -I$(src)
36# for tracing framework to find trace.h
37CFLAGS_trace.o := -I$(src)