summaryrefslogtreecommitdiff
path: root/drivers/misc/ti-st/Makefile
blob: 779adc7007d74e9af6a2b36c4c362f8cbb8bd3a8 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for TI's shared transport line discipline
# and its protocol drivers (BT, FM, GPS)
#
obj-$(CONFIG_TI_ST) 		+= st_drv.o
st_drv-objs			:= st_core.o st_kim.o st_ll.o
obj-$(CONFIG_ST_GPS)            += gps_drv.o
obj-$(CONFIG_ST_HCI)		+= tty_hci.o
obj-$(CONFIG_ST_HOST_WAKE)	+= st_host_wake.o