xref: /linux/sound/pci/trident/Makefile (revision 9fb29c734f9e98adc1f2f3c4629fe487cb93f2dd)
1#
2# Makefile for ALSA
3# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4#
5
6snd-trident-objs := trident.o trident_main.o trident_memory.o
7
8# Toplevel Module Dependency
9obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
10