diff options
Diffstat (limited to 'sound/ppc/Makefile')
-rw-r--r-- | sound/ppc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/ppc/Makefile b/sound/ppc/Makefile new file mode 100644 index 000000000000..4d95c652c8ca --- /dev/null +++ b/sound/ppc/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for ALSA | ||
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> | ||
4 | # | ||
5 | |||
6 | snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o | ||
7 | |||
8 | # Toplevel Module Dependency | ||
9 | obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o | ||