/[openvortex]/alsa/pci/au88x0/Makefile
ViewVC logotype

Diff of /alsa/pci/au88x0/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by vizard, Sun Aug 10 22:11:45 2003 UTC revision 1.5 by vizard, Mon Aug 11 01:01:49 2003 UTC
# Line 3  TOPDIR = ../.. Line 3  TOPDIR = ../..
3  include $(TOPDIR)/toplevel.config  include $(TOPDIR)/toplevel.config
4  include $(TOPDIR)/Makefile.conf  include $(TOPDIR)/Makefile.conf
5    
6  # export-objs  := snd-au8810.o, snd-au8820.o, snd-au8830.o  snd-au8810-objs := au8810.o au8810_core.o au8810_pcm.o au8810_mixer.o au8810_mpu401.o au8810_game.o au8810_eq.o
7    snd-au8820-objs := au8820.o au8820_core.o au8820_pcm.o au8820_mixer.o au8820_mpu401.o au8820_game.o au8820_synth.o
8    snd-au8830-objs := au8830.o au8830_core.o au8830_pcm.o au8830_mixer.o au8830_mpu401.o au8830_game.o au8830_eq.o au8830_synth.o
9    
10  TOPDIR = $(MAINSRCDIR)  obj-$(CONFIG_SND_AU8810) += snd-au8810.o
11  include $(TOPDIR)/alsa-kernel/pci/au88x0/Makefile  obj-$(CONFIG_SND_AU8820) += snd-au8820.o
12    obj-$(CONFIG_SND_AU8830) += snd-au8830.o
13    
14  include $(TOPDIR)/Rules.make  include $(TOPDIR)/Rules.make

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26