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 000000000000..47afed971fba --- /dev/null +++ b/sound/mips/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for ALSA | ||
3 | # | ||
4 | |||
5 | snd-au1x00-objs := au1x00.o | ||
6 | |||
7 | # Toplevel Module Dependency | ||
8 | obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o | ||