blob: 3f6d990912c2e25303811b594cfda9af5cd7854e (
plain)
1
2
3
4
5
6
7
|
#
# 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
|