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 30d8ec97cfb6..026fb73f887f 100644 --- a/sound/spi/Makefile +++ b/sound/spi/Makefile | |||
@@ -1,2 +1,5 @@ | |||
1 | # Makefile for SPI drivers | 1 | # Makefile for SPI drivers |
2 | 2 | ||
3 | snd-at73c213-objs := at73c213.o | ||
4 | |||
5 | obj-$(CONFIG_SND_AT73C213) += snd-at73c213.o | ||