diff options
Diffstat (limited to 'sound/sh/Makefile')
-rw-r--r-- | sound/sh/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/sh/Makefile b/sound/sh/Makefile new file mode 100644 index 000000000000..8fdcb6e26f00 --- /dev/null +++ b/sound/sh/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for ALSA | ||
3 | # | ||
4 | |||
5 | snd-aica-objs := aica.o | ||
6 | |||
7 | # Toplevel Module Dependency | ||
8 | obj-$(CONFIG_SND_AICA) += snd-aica.o | ||