This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-22 20:22:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cb08a02659
linux
/
sound
/
soc
/
apple
/
Makefile
4 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
ASoC: apple: 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> Link: https://lore.kernel.org/r/20240507155540.24815-6-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
2024-05-07 15:55:09 +00:00
snd-soc-apple-mca-y
:=
mca.o
ASoC: apple: mca: Start new platform driver Add ASoC platform driver for the MCA peripheral found on Apple M1 and other chips. Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220824160715.95779-4-povik+lin@cutebit.org Signed-off-by: Mark Brown <broonie@kernel.org>
2022-08-24 16:07:14 +00:00
obj-$(CONFIG_SND_SOC_APPLE_MCA)
+=
snd-soc-apple-mca.o
Reference in New Issue
Copy Permalink