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