drivers: most: add character device interface driver
[linux-block.git] / drivers / most / Makefile
CommitLineData
b2765275
CG
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_MOST) += most_core.o
3most_core-y := core.o \
4 configfs.o
97a6f772
CG
5
6obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
ceea9344 7obj-$(CONFIG_MOST_CDEV) += most_cdev.o