diff options
Diffstat (limited to 'sound/spi/Makefile')
-rw-r--r-- | sound/spi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/spi/Makefile b/sound/spi/Makefile index 30d8ec9..026fb73 100644 --- a/sound/spi/Makefile +++ b/sound/spi/Makefile @@ -1,2 +1,5 @@ # Makefile for SPI drivers +snd-at73c213-objs := at73c213.o + +obj-$(CONFIG_SND_AT73C213) += snd-at73c213.o |