mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
58f9d806d1
Use page directory based shared buffer implementation now available as common code for Xen frontend drivers. Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
8 lines
227 B
Makefile
8 lines
227 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
|
|
snd_xen_front-objs := xen_snd_front.o \
|
|
xen_snd_front_cfg.o \
|
|
xen_snd_front_evtchnl.o \
|
|
xen_snd_front_alsa.o
|
|
|
|
obj-$(CONFIG_SND_XEN_FRONTEND) += snd_xen_front.o
|