diff options
Diffstat (limited to 'sound/mips/Makefile')
-rw-r--r-- | sound/mips/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/mips/Makefile b/sound/mips/Makefile new file mode 100644 index 00000000000..47afed971fb --- /dev/null +++ b/sound/mips/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for ALSA +# + +snd-au1x00-objs := au1x00.o + +# Toplevel Module Dependency +obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o |