import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / combo / common / linux / Makefile
1 include $(srctree)/drivers/misc/mediatek/Makefile.custom
2 ccflags-y += -I$(src)/../linux/include \
3 -I$(src)/../core/include \
4 -I$(src)/../include \
5 -I$(src)/ \
6 -I$(srctree)/drivers/misc/mediatek/connectivity/common_detect
7
8
9
10 ifeq ($(CONFIG_MTK_COMBO),y)
11 obj-y += wmt_dev.o
12 obj-y += wmt_idc.o
13 obj-y += osal.o
14 obj-y += stp_dbg.o
15
16 obj-y += stp_uart.o
17 obj-y += hif_sdio.o
18
19 obj-y += stp_sdio.o
20
21 obj-y += stp_chrdev_gps.o
22 obj-y += stp_chrdev_bt.o
23
24 obj-y += wmt_chrdev_wifi.o
25
26 ifneq ($(filter "MT6630",$(CONFIG_MTK_COMBO_CHIP)),)
27 obj-y += stp_chrdev_ant.o
28 endif
29
30 endif