1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for ALSA 2 # Makefile for ALSA 4 # Copyright (c) 2001 by Jaroslav Kysela <perex@ !! 3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> 5 # 4 # 6 5 7 snd-vxpocket-y := vxpocket.o vxp_ops.o vxp_mix !! 6 snd-vx-cs-objs := vx_entry.o vxp_ops.o vxp_mixer.o >> 7 snd-vxpocket-objs := vxpocket.o >> 8 snd-vxp440-objs := vxp440.o 8 9 9 obj-$(CONFIG_SND_VXPOCKET) += snd-vxpocket.o !! 10 obj-$(CONFIG_SND_VXPOCKET) += snd-vxpocket.o snd-vx-cs.o >> 11 obj-$(CONFIG_SND_VXP440) += snd-vxp440.o snd-vx-cs.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.