1 # SPDX-License-Identifier: GPL-2.0 << 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-i2c-y := i2c.o !! 6 snd-i2c-objs := i2c.o 8 snd-cs8427-y := cs8427.o !! 7 snd-cs8427-objs := cs8427.o 9 snd-tea6330t-y := tea6330t.o !! 8 snd-tea6330t-objs := tea6330t.o >> 9 >> 10 ifeq ($(subst m,y,$(CONFIG_L3)),y) >> 11 obj-$(CONFIG_L3) += l3/ >> 12 endif 10 13 11 obj-$(CONFIG_SND) += other/ 14 obj-$(CONFIG_SND) += other/ 12 15 13 # Toplevel Module Dependency 16 # Toplevel Module Dependency 14 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330 17 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o 15 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd- 18 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o 16 obj-$(CONFIG_SND_ICE1724) += snd-i2c.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.