diff options
Diffstat (limited to 'sound/sh/Makefile')
| -rw-r--r-- | sound/sh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/sh/Makefile b/sound/sh/Makefile index 7d09b5188cf7..6871dece28a5 100644 --- a/sound/sh/Makefile +++ b/sound/sh/Makefile @@ -1,9 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Makefile for ALSA # -snd-aica-objs := aica.o -snd-sh_dac_audio-objs := sh_dac_audio.o +snd-aica-y := aica.o +snd-sh_dac_audio-y := sh_dac_audio.o # Toplevel Module Dependency obj-$(CONFIG_SND_AICA) += snd-aica.o |
