10 lines
217 B
Makefile
10 lines
217 B
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
|