Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: dd9c1549edef02290edced639f67b54a25abbe0e authored by Linus Torvalds on 01 March 2011, 21:55:12 UTC
Linux 2.6.38-rc7
Tip revision: dd9c154
Makefile
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-trident-objs := trident.o trident_main.o trident_memory.o

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