Blame view

sound/mips/Makefile 210 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #
  # Makefile for ALSA
  #
862c2c0a6   Thomas Bogendoerfer   ALSA: ALSA driver...
4
  snd-sgi-o2-objs := sgio2audio.o ad1843.o
787dba37a   Thomas Bogendoerfer   ALSA: ALSA driver...
5
  snd-sgi-hal2-objs := hal2.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
7
  
  # Toplevel Module Dependency
862c2c0a6   Thomas Bogendoerfer   ALSA: ALSA driver...
8
  obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
787dba37a   Thomas Bogendoerfer   ALSA: ALSA driver...
9
  obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o