swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: bbf25010f1a6b761914430f5fca081ec8c7accd1 authored by Linus Torvalds on 09 October 2007, 20:31:38 UTC
Linux 2.6.23
Tip revision: bbf2501
Makefile
#
# Makefile for ALSA
#

snd-aica-objs := aica.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_AICA) += snd-aica.o
back to top