mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
13b41b5783
This patch moves the ALSA sound driver out of the staging area and adds it to the stable part of the MOST driver. Modifications to the Makefiles and Kconfigs are done accordingly to not break the build. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1612865627-29950-1-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
224 B
Makefile
9 lines
224 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_MOST) += most_core.o
|
|
most_core-y := core.o \
|
|
configfs.o
|
|
|
|
obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
|
|
obj-$(CONFIG_MOST_CDEV) += most_cdev.o
|
|
obj-$(CONFIG_MOST_SND) += most_snd.o
|