summaryrefslogtreecommitdiff
path: root/sound/aoa/fabrics/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-05-07 16:55:08 +0300
committerTakashi Iwai <tiwai@suse.de>2024-05-08 19:18:08 +0300
commitc02ce1735b150cf7c3b43790b48e23dcd17c0d46 (patch)
treed21d20e48b25e150c1c39df5e15556cbee82e939 /sound/aoa/fabrics/Makefile
parentfdd51b3e73e906aac056f2c337710185607d43d1 (diff)
downloadlinux-c02ce1735b150cf7c3b43790b48e23dcd17c0d46.tar.xz
ALSA: aoa: Use *-y instead of *-objs in Makefile
*-objs suffix is reserved rather for (user-space) host programs while usually *-y suffix is used for kernel drivers (although *-objs works for that purpose for now). Let's correct the old usages of *-objs in Makefiles. Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Jaroslav Kysela <perex@perex.cz> Link: https://lore.kernel.org/r/20240507135513.14919-9-tiwai@suse.de
Diffstat (limited to 'sound/aoa/fabrics/Makefile')
-rw-r--r--sound/aoa/fabrics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/fabrics/Makefile b/sound/aoa/fabrics/Makefile
index 3f1d55f3f1fc..2c3bee6cfa2c 100644
--- a/sound/aoa/fabrics/Makefile
+++ b/sound/aoa/fabrics/Makefile
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-snd-aoa-fabric-layout-objs += layout.o
+snd-aoa-fabric-layout-y += layout.o
obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o