File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44#
55
66obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
7- snd-aaci-objs := aaci.o
7+ snd-aaci-y := aaci.o
88
99obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o
1010snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o
1111snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
1212
1313obj-$(CONFIG_SND_PXA2XX_AC97) += snd-pxa2xx-ac97.o
14- snd-pxa2xx-ac97-objs := pxa2xx-ac97.o
14+ snd-pxa2xx-ac97-y := pxa2xx-ac97.o
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0-only
2- snd-atmel-ac97c-objs := ac97c.o
2+ snd-atmel-ac97c-y := ac97c.o
33
44obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o
Original file line number Diff line number Diff line change 44# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
55#
66
7- snd-i2c-objs := i2c.o
8- snd-cs8427-objs := cs8427.o
9- snd-tea6330t-objs := tea6330t.o
7+ snd-i2c-y := i2c.o
8+ snd-cs8427-y := cs8427.o
9+ snd-tea6330t-y := tea6330t.o
1010
1111obj-$(CONFIG_SND) += other/
1212
Original file line number Diff line number Diff line change 44# Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
55#
66
7- snd-ak4114-objs := ak4114.o
8- snd-ak4117-objs := ak4117.o
9- snd-ak4113-objs := ak4113.o
10- snd-ak4xxx-adda-objs := ak4xxx-adda.o
11- snd-pt2258-objs := pt2258.o
7+ snd-ak4114-y := ak4114.o
8+ snd-ak4117-y := ak4117.o
9+ snd-ak4113-y := ak4113.o
10+ snd-ak4xxx-adda-y := ak4xxx-adda.o
11+ snd-pt2258-y := pt2258.o
1212
1313# Module Dependency
1414obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o
Original file line number Diff line number Diff line change 33# Makefile for ALSA
44#
55
6- snd-sgi-o2-objs := sgio2audio.o ad1843.o
7- snd-sgi-hal2-objs := hal2.o
6+ snd-sgi-o2-y := sgio2audio.o ad1843.o
7+ snd-sgi-hal2-y := hal2.o
88
99# Toplevel Module Dependency
1010obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
Original file line number Diff line number Diff line change 33# Makefile for ALSA
44#
55
6- snd-harmony-objs := harmony.o
6+ snd-harmony-y := harmony.o
77
88# Toplevel Module Dependency
99obj-$(CONFIG_SND_HARMONY) += snd-harmony.o
Original file line number Diff line number Diff line change 44# Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz>
55#
66
7- snd-pdaudiocf-objs := pdaudiocf.o pdaudiocf_core.o pdaudiocf_irq.o pdaudiocf_pcm.o
7+ snd-pdaudiocf-y := pdaudiocf.o pdaudiocf_core.o pdaudiocf_irq.o pdaudiocf_pcm.o
88
99obj-$(CONFIG_SND_PDAUDIOCF) += snd-pdaudiocf.o
Original file line number Diff line number Diff line change 44# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
55#
66
7- snd-vxpocket-objs := vxpocket.o vxp_ops.o vxp_mixer.o
7+ snd-vxpocket-y := vxpocket.o vxp_ops.o vxp_mixer.o
88
99obj-$(CONFIG_SND_VXPOCKET) += snd-vxpocket.o
Original file line number Diff line number Diff line change 44# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
55#
66
7- snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
7+ snd-powermac-y := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
88
99# Toplevel Module Dependency
1010obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o
Original file line number Diff line number Diff line change 33# Makefile for ALSA
44#
55
6- snd-aica-objs := aica.o
7- snd-sh_dac_audio-objs := sh_dac_audio.o
6+ snd-aica-y := aica.o
7+ snd-sh_dac_audio-y := sh_dac_audio.o
88
99# Toplevel Module Dependency
1010obj-$(CONFIG_SND_AICA) += snd-aica.o
You can’t perform that action at this time.
0 commit comments