Makefile 413 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
#

O_TARGET     := ppc.o

list-multi   := snd-powermac.o

snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o

include $(TOPDIR)/Rules.make

snd-powermac.o: $(snd-powermac-objs)
	$(LD) $(LD_RFLAG) -r -o $@ $(snd-powermac-objs)