Blame view

sound/sparc/Makefile 324 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  #
  # Makefile for ALSA
  # Copyright (c) 2002 by David S. Miller <davem@redhat.com>
  #
  
  snd-sun-amd7930-objs := amd7930.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
  snd-sun-cs4231-objs := cs4231.o
1bd9debf2   Takashi Iwai   [ALSA] Add DBRI d...
8
  snd-sun-dbri-objs := dbri.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
9
10
  
  obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11
  obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
1bd9debf2   Takashi Iwai   [ALSA] Add DBRI d...
12
  obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o