Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for ALSA | ||||
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> | ||||
4 | # | ||||
5 | |||||
Johannes Berg | 55c385a | 2006-06-21 15:43:44 +0200 | [diff] [blame] | 6 | snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
8 | # Toplevel Module Dependency | ||||
9 | obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o |