1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 snd-aoa-codec-onyx-y := onyx.o !! 2 snd-aoa-codec-onyx-objs := onyx.o 3 snd-aoa-codec-tas-y := tas.o !! 3 snd-aoa-codec-tas-objs := tas.o 4 snd-aoa-codec-toonie-y := toonie.o !! 4 snd-aoa-codec-toonie-objs := toonie.o 5 5 6 obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-on 6 obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o 7 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas 7 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o 8 obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec- 8 obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.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.