diff options
Diffstat (limited to 'sound/spi')
-rw-r--r-- | sound/spi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/spi/Makefile b/sound/spi/Makefile index a3834919b0..d6a198a449 100644 --- a/sound/spi/Makefile +++ b/sound/spi/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # Makefile for SPI drivers -snd-at73c213-objs := at73c213.o +snd-at73c213-y := at73c213.o obj-$(CONFIG_SND_AT73C213) += snd-at73c213.o |