xref: /linux/drivers/most/Makefile (revision 7e3e48d86b7c96f12896dd7111e4e5ae51c1b7da)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_MOST) += most_core.o
3most_core-y :=	core.o \
4		configfs.o
5