/[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.2 by vizard, Tue Apr 22 02:52:03 2003 UTC revision 1.3 by vizard, Sun Aug 10 20:12:04 2003 UTC
# Line 1  Line 1 
1  TOPDIR = ../..  #
2    # Makefile for ALSA
3    # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
4    #
5    
6  include $(TOPDIR)/toplevel.config  TOPDIR = $(MAINSRCDIR)
 include $(TOPDIR)/Makefile.conf  
7    
8  # 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
9    snd-au8820-objs := au8820.o au8820_core.o au8820_pcm.o au8820_mixer.o au8820_mpu401.o au8820_game.o au8820_synth.o
10    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
11    
12  TOPDIR = $(MAINSRCDIR)  # snd-au88x0-synth-objs := au88x0_synth.o
13  include $(TOPDIR)/alsa-kernel/pci/au88x0/Makefile  
14    #
15    # this function returns:
16    #   "m" - CONFIG_SND_SEQUENCER is m
17    #   <empty string> - CONFIG_SND_SEQUENCER is undefined
18    #   otherwise parameter #1 value
19    #
20    sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1)))
21    
22    # Toplevel Module Dependency
23    obj-$(CONFIG_SND_AU8810) += snd-au8810.o
24    obj-$(CONFIG_SND_AU8820) += snd-au8820.o
25    obj-$(CONFIG_SND_AU8830) += snd-au8830.o
26    
27    #obj-$(call sequencer,$(CONFIG_SND_AU8810)) += snd-au88x0-synth.o
28    #obj-$(call sequencer,$(CONFIG_SND_AU8820)) += snd-au88x0-synth.o
29    #obj-$(call sequencer,$(CONFIG_SND_AU8830)) += snd-au88x0-synth.o
30    
 include $(TOPDIR)/Rules.make  

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

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