b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 | # | ||||
6 | obj-$(CONFIG_TI_ST) += st_drv.o | ||||
7 | st_drv-objs := st_core.o st_kim.o st_ll.o |