xref: /linux/drivers/most/Makefile (revision 97a6f772f36b7f52bcfa56a581bbd2470cffe23d)
1b2765275SChristian Gromm# SPDX-License-Identifier: GPL-2.0
2b2765275SChristian Grommobj-$(CONFIG_MOST) += most_core.o
3b2765275SChristian Grommmost_core-y :=	core.o \
4b2765275SChristian Gromm		configfs.o
5*97a6f772SChristian Gromm
6*97a6f772SChristian Grommobj-$(CONFIG_MOST_USB_HDM) += most_usb.o
7