diff options
Diffstat (limited to 'drivers/staging/ti-st/Makefile')
-rw-r--r-- | drivers/staging/ti-st/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/ti-st/Makefile b/drivers/staging/ti-st/Makefile new file mode 100644 index 000000000000..0167d1d2c255 --- /dev/null +++ b/drivers/staging/ti-st/Makefile @@ -0,0 +1,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_BT) += bt_drv.o |