xref: /openbmc/linux/drivers/misc/ti-st/Makefile (revision 31ab09b4218879bc394c9faa6da983a82a694600)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for TI's shared transport line discipline
4# and its protocol drivers (BT, FM, GPS)
5#
6obj-$(CONFIG_TI_ST) 		+= st_drv.o
7st_drv-objs			:= st_core.o st_kim.o st_ll.o
8