/[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.3 by vizard, Sun Aug 10 20:12:04 2003 UTC revision 1.4 by vizard, Sun Aug 10 22:11:45 2003 UTC
# Line 1  Line 1 
1  #  TOPDIR = ../..
 # Makefile for ALSA  
 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>  
 #  
2    
3  TOPDIR = $(MAINSRCDIR)  include $(TOPDIR)/toplevel.config
4    include $(TOPDIR)/Makefile.conf
 snd-au8810-objs := au8810.o au8810_core.o au8810_pcm.o au8810_mixer.o au8810_mpu401.o au8810_game.o au8810_eq.o  
 snd-au8820-objs := au8820.o au8820_core.o au8820_pcm.o au8820_mixer.o au8820_mpu401.o au8820_game.o au8820_synth.o  
 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  
   
 # snd-au88x0-synth-objs := au88x0_synth.o  
5    
6  #  # export-objs  := snd-au8810.o, snd-au8820.o, snd-au8830.o
 # this function returns:  
 #   "m" - CONFIG_SND_SEQUENCER is m  
 #   <empty string> - CONFIG_SND_SEQUENCER is undefined  
 #   otherwise parameter #1 value  
 #  
 sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1)))  
7    
8  # Toplevel Module Dependency  TOPDIR = $(MAINSRCDIR)
9  obj-$(CONFIG_SND_AU8810) += snd-au8810.o  include $(TOPDIR)/alsa-kernel/pci/au88x0/Makefile
 obj-$(CONFIG_SND_AU8820) += snd-au8820.o  
 obj-$(CONFIG_SND_AU8830) += snd-au8830.o  
   
 #obj-$(call sequencer,$(CONFIG_SND_AU8810)) += snd-au88x0-synth.o  
 #obj-$(call sequencer,$(CONFIG_SND_AU8820)) += snd-au88x0-synth.o  
 #obj-$(call sequencer,$(CONFIG_SND_AU8830)) += snd-au88x0-synth.o  
10    
11    include $(TOPDIR)/Rules.make

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

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