summaryrefslogtreecommitdiff
path: root/sound/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-05-07 16:55:01 +0300
committerTakashi Iwai <tiwai@suse.de>2024-05-08 19:17:32 +0300
commit3983f7b9e3b932daa8e510c8ca80cc7f18674d71 (patch)
treee90f7fa05506b721eb156129d77c15c983a8366a /sound/Makefile
parent21a522f935e476e5c0119f5a1f6d2278cff57daa (diff)
downloadlinux-3983f7b9e3b932daa8e510c8ca80cc7f18674d71.tar.xz
ALSA: core: 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-2-tiwai@suse.de
Diffstat (limited to 'sound/Makefile')
-rw-r--r--sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Makefile b/sound/Makefile
index 04ef04b1168f..5942311a4232 100644
--- a/sound/Makefile
+++ b/sound/Makefile
@@ -17,4 +17,4 @@ ifeq ($(CONFIG_SND),y)
obj-y += last.o
endif
-soundcore-objs := sound_core.o
+soundcore-y := sound_core.o